diff --git a/.github/workflows/python_test.yml b/.github/workflows/python_test.yml index 42ddb6e6..280ce4f1 100644 --- a/.github/workflows/python_test.yml +++ b/.github/workflows/python_test.yml @@ -55,7 +55,7 @@ jobs: enable-cache: true cache-dependency-glob: "uv.lock" - name: "Set up Python" - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Restore uv cache @@ -92,7 +92,7 @@ jobs: enable-cache: true cache-dependency-glob: "uv.lock" - name: "Set up Python" - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Restore uv cache diff --git a/.github/workflows/store_pytest_durations.yml b/.github/workflows/store_pytest_durations.yml index 4c22e271..355622aa 100644 --- a/.github/workflows/store_pytest_durations.yml +++ b/.github/workflows/store_pytest_durations.yml @@ -29,7 +29,7 @@ jobs: enable-cache: true cache-dependency-glob: "uv.lock" - name: "Set up Python" - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.12" - name: Restore uv cache