diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 3b9c60ec..2b169b4d 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -16,7 +16,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref || github.ref }} fetch-depth: 1 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.13 - name: Install dependencies diff --git a/.github/workflows/tests_tox.yml b/.github/workflows/tests_tox.yml index 0cee35f9..e60e48da 100644 --- a/.github/workflows/tests_tox.yml +++ b/.github/workflows/tests_tox.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} cache: 'pip' @@ -69,7 +69,7 @@ jobs: fetch-depth: 0 - name: Set up Python 3.9 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.9 diff --git a/.github/workflows/wildows_pytests.yml b/.github/workflows/wildows_pytests.yml index 42360daa..ecbce30f 100644 --- a/.github/workflows/wildows_pytests.yml +++ b/.github/workflows/wildows_pytests.yml @@ -16,7 +16,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} fetch-depth: 1 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Install Dependencies