Skip to content

Commit 2c86d2b

Browse files
chore(deps): update actions/cache digest to 6682284
1 parent 3b6025a commit 2c86d2b

6 files changed

Lines changed: 9 additions & 9 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/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
271271
- name: Save execution cache
272272
if: success() && steps.cache.outputs.should-run == 'true' && steps.cache.outputs.cache-source == 'none'
273-
uses: actions/cache/save@565629816435f6c0b50676926c9b05c254113c0c # ratchet:actions/cache/save@v4
273+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # ratchet:actions/cache/save@v4
274274
with:
275275
path: ${{ steps.cache.outputs.cache-path }}
276276
key: ${{ steps.cache.outputs.cache-key }}
@@ -342,7 +342,7 @@ jobs:
342342
343343
- name: Save execution cache
344344
if: success() && steps.cache.outputs.should-run == 'true' && steps.cache.outputs.cache-source == 'none'
345-
uses: actions/cache/save@565629816435f6c0b50676926c9b05c254113c0c # ratchet:actions/cache/save@v4
345+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # ratchet:actions/cache/save@v4
346346
with:
347347
path: ${{ steps.cache.outputs.cache-path }}
348348
key: ${{ steps.cache.outputs.cache-key }}
@@ -408,7 +408,7 @@ jobs:
408408
409409
- name: Save execution cache
410410
if: success() && steps.cache.outputs.should-run == 'true' && steps.cache.outputs.cache-source == 'none'
411-
uses: actions/cache/save@565629816435f6c0b50676926c9b05c254113c0c # ratchet:actions/cache/save@v4
411+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # ratchet:actions/cache/save@v4
412412
with:
413413
path: ${{ steps.cache.outputs.cache-path }}
414414
key: ${{ steps.cache.outputs.cache-key }}
@@ -556,7 +556,7 @@ jobs:
556556
557557
- name: Save execution cache
558558
if: success() && steps.cache.outputs.should-run == 'true' && steps.cache.outputs.cache-source == 'none'
559-
uses: actions/cache/save@565629816435f6c0b50676926c9b05c254113c0c # ratchet:actions/cache/save@v4
559+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # ratchet:actions/cache/save@v4
560560
with:
561561
path: ${{ steps.cache.outputs.cache-path }}
562562
key: ${{ steps.cache.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 }}

.github/workflows/package-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
255255
- name: Save execution cache
256256
if: success() && steps.cache.outputs.should-run == 'true' && inputs.release-dry-run == 'true' && steps.cache.outputs.cache-source == 'none'
257-
uses: actions/cache/save@565629816435f6c0b50676926c9b05c254113c0c # ratchet:actions/cache/save@v4
257+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # ratchet:actions/cache/save@v4
258258
with:
259259
path: ${{ steps.cache.outputs.cache-path }}
260260
key: ${{ steps.cache.outputs.cache-key }}

.github/workflows/python-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
113113
- name: Save execution cache
114114
if: success() && steps.cache.outputs.should-run == 'true' && steps.cache.outputs.cache-source == 'none'
115-
uses: actions/cache/save@565629816435f6c0b50676926c9b05c254113c0c # ratchet:actions/cache/save@v4
115+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # ratchet:actions/cache/save@v4
116116
with:
117117
path: ${{ steps.cache.outputs.cache-path }}
118118
key: ${{ steps.cache.outputs.cache-key }}

.github/workflows/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
237237
- name: Save execution cache
238238
if: success() && steps.cache.outputs.should-run == 'true' && steps.cache.outputs.cache-source == 'none'
239-
uses: actions/cache/save@565629816435f6c0b50676926c9b05c254113c0c # ratchet:actions/cache/save@v4
239+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # ratchet:actions/cache/save@v4
240240
with:
241241
path: ${{ steps.cache.outputs.cache-path }}
242242
key: ${{ steps.cache.outputs.cache-key }}

0 commit comments

Comments
 (0)