Skip to content

Commit 97f394b

Browse files
authored
Merge pull request #24408 from docker/dependabot/github_actions/actions/cache-5.0.4
build(deps): bump actions/cache from 4.2.0 to 5.0.4
2 parents a09b943 + 6cc880f commit 97f394b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-docs-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: mkdir -p "${{ github.workspace }}/.cache"
3737

3838
- name: Restore scanner state
39-
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
39+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4040
with:
4141
path: |
4242
${{ github.workspace }}/.cache/scanner-memory.db
@@ -66,7 +66,7 @@ jobs:
6666
timeout: 1200
6767

6868
- name: Save scanner state
69-
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
69+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
7070
if: always()
7171
with:
7272
path: |

0 commit comments

Comments
 (0)