diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index effcffc5..98eec294 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -55,7 +55,7 @@ jobs: # Install bundled libs using 3.8 even though you test it on other versions. - name: Use Python 3.8 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.8' @@ -81,7 +81,7 @@ jobs: # Now that the bundle is installed to target using python 3.8 # switch back the python we want to test with - name: Use Python ${{ matrix.python }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} diff --git a/.github/workflows/push-check.yml b/.github/workflows/push-check.yml index a200ebb4..c2b1d424 100644 --- a/.github/workflows/push-check.yml +++ b/.github/workflows/push-check.yml @@ -60,7 +60,7 @@ jobs: # Install bundled libs using 3.8 even though you test it on other versions. - name: Use Python 3.8 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.8' @@ -86,7 +86,7 @@ jobs: # Now that the bundle is installed to target using python 3.8 # switch back the python we want to test with - name: Use Python ${{ matrix.python }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }}