diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index c2f44fb96b1..2537d26a74c 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -23,7 +23,7 @@ jobs: with: python-version: 3.x - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.cfg') }} diff --git a/.github/workflows/integration-tests-v1.yml b/.github/workflows/integration-tests-v1.yml index a638d737d3d..59b9c1f3ea4 100644 --- a/.github/workflows/integration-tests-v1.yml +++ b/.github/workflows/integration-tests-v1.yml @@ -39,7 +39,7 @@ jobs: - name: Restore cached failed tests id: cache-tests-restore - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | .pytest_cache/v/cache/lastfailed @@ -64,7 +64,7 @@ jobs: - name: Save failed tests id: cache-tests-save - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 if: failure() with: path: |