diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0d08ce6..2f58b4e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 with: python-version: 3.X - name: Install dependencies @@ -56,7 +56,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8e4e2e5d..a921bc58 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.0.0 with: python-version: '3.x' - name: Install dependencies diff --git a/changes/96.misc.rst b/changes/96.misc.rst new file mode 100644 index 00000000..cb2859a2 --- /dev/null +++ b/changes/96.misc.rst @@ -0,0 +1 @@ +Updated actions/setup-python from 4.7.1 to 5.0.0.