diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index dfdd44d015..f2a4a63286 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -132,7 +132,7 @@ jobs: - name: Restore Python environment cache if: env.has_changes == 'true' id: restore-env2 - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: .venv-${{ env.version }} key: ${{ runner.os }}-venv-${{ env.version }}-${{ hashFiles('devtools/dev-requirements.txt', 'requirements.txt') }} diff --git a/.github/workflows/memory_benchmark.yml b/.github/workflows/memory_benchmark.yml index 9979a2549e..3025d28835 100644 --- a/.github/workflows/memory_benchmark.yml +++ b/.github/workflows/memory_benchmark.yml @@ -115,7 +115,7 @@ jobs: - name: Restore Python environment cache if: env.has_changes == 'true' id: restore-env2 - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: .venv-${{ env.version }} key: ${{ runner.os }}-venv-${{ env.version }}-${{ hashFiles('devtools/dev-requirements.txt', 'requirements.txt') }}