diff --git a/.github/workflows/tests-versions.yml b/.github/workflows/tests-versions.yml index 4aaa7b5..190df95 100644 --- a/.github/workflows/tests-versions.yml +++ b/.github/workflows/tests-versions.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a7aa648..fed008f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout source uses: actions/checkout@v4 - name: Set up Python 3.10 - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.6.0 with: python-version: "3.10" - name: Upgrade pip @@ -84,7 +84,7 @@ jobs: shell: bash run: ls -la wheelhouse - name: Set up Python 3.10 to combine coverage Linux - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v5.6.0 if: runner.os == 'Linux' with: python-version: "3.10"