diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index cbd8655d..de924679 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -51,7 +51,7 @@ jobs: fetch-depth: 0 - name: Set up Python 3.12 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.12" cache: pip diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 51997c4c..45674044 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -38,7 +38,7 @@ jobs: fetch-depth: 0 # full history so hatch-vcs can read git tags - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.12" cache: pip diff --git a/.github/workflows/docs_backfill.yml b/.github/workflows/docs_backfill.yml index f98b410e..dfcdf573 100644 --- a/.github/workflows/docs_backfill.yml +++ b/.github/workflows/docs_backfill.yml @@ -60,7 +60,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.12" cache: pip diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index a2daa6e5..6c16eb92 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.12" diff --git a/.github/workflows/switcher_backfill.yml b/.github/workflows/switcher_backfill.yml index ee4f8f1d..c3fa95aa 100644 --- a/.github/workflows/switcher_backfill.yml +++ b/.github/workflows/switcher_backfill.yml @@ -44,7 +44,7 @@ jobs: path: gh-pages-clone - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.12" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 05af6769..8a669bf7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 # full history so hatch-vcs can read git tags - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} cache: pip