diff --git a/.github/workflows/test_benchmarks.yml b/.github/workflows/test_benchmarks.yml index 58d7dd2..ffb3e63 100644 --- a/.github/workflows/test_benchmarks.yml +++ b/.github/workflows/test_benchmarks.yml @@ -90,7 +90,7 @@ jobs: - name: Cache directories if: ${{ inputs.cache_dir != '' }} - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ inputs.cache_dir }} key: ${{ runner.os }}-${{ inputs.cache_dir }}