diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29912b99..2a79dc4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v3.6.0 - name: Setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.PYTHON.VERSION }} - name: Install tox and coverage @@ -75,7 +75,7 @@ jobs: steps: - uses: actions/checkout@v3.6.0 - name: Setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.PYTHON.VERSION }} - name: Install tox and coverage @@ -108,7 +108,7 @@ jobs: steps: - uses: actions/checkout@v3.6.0 - name: Setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }} diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index 74018258..61b09d73 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -126,7 +126,7 @@ jobs: ref: ${{ github.event.inputs.version || github.ref }} persist-credentials: false - name: Setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }}