diff options
Diffstat (limited to '.github/actions/cache/action.yml')
| -rw-r--r-- | .github/actions/cache/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/cache/action.yml b/.github/actions/cache/action.yml index 03c145a73b..ba17a3b6d0 100644 --- a/.github/actions/cache/action.yml +++ b/.github/actions/cache/action.yml @@ -29,7 +29,7 @@ runs: # if it makes the expression below simpler. hashFiles() has a timer that # will fail the job if it times out, which can happen if there are too many # files to search through. - - uses: actions/cache@v5.0.4 + - uses: actions/cache@v5.0.5 with: path: .deps key: ${{ env.CACHE_KEY }}-${{ steps.image.outputs.version }}-${{ hashFiles('cmake**', |
