diff --git a/.github/workflows/benchmark_pipeline_times.yml b/.github/workflows/benchmark_pipeline_times.yml index 839e2b1af..7a408b650 100644 --- a/.github/workflows/benchmark_pipeline_times.yml +++ b/.github/workflows/benchmark_pipeline_times.yml @@ -46,7 +46,7 @@ jobs: fetch-tags: true - name: Set up Python ${{ env.PYTHON_VERSION }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ env.PYTHON_VERSION }} diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c204343ff..0992252cf 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -25,7 +25,7 @@ jobs: fetch-tags: true fetch-depth: 0 - name: Set up Python 3.14 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.14' - name: Install dependencies diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 19046f7ab..cda518bfc 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -28,7 +28,7 @@ jobs: with: fetch-tags: true - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1da1a3527..8f1c77474 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 fetch-tags: true - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.14" - name: Install dependencies