Skip to content

Commit 89fc416

Browse files
chore(deps): update actions/cache digest to 6682284
1 parent 8bcda61 commit 89fc416

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/cached-ci-job/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ runs:
133133
134134
- name: Lookup job result in actions/cache
135135
id: cache-lookup
136-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
136+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
137137
with:
138138
path: ${{ steps.compute-hash.outputs.cache-path }}
139139
key: ${{ steps.compute-hash.outputs.cache-key }}

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
128128
- name: Save job result to cache
129129
if: success() && steps.cache.outputs.should-run == 'true' && steps.cache.outputs.cache-source == 'none'
130-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
130+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
131131
with:
132132
path: ${{ steps.cache.outputs.cache-path }}
133133
key: ${{ steps.cache.outputs.cache-key }}

0 commit comments

Comments
 (0)