Skip to content

Commit 9b5d01f

Browse files
chore(deps): update actions/cache digest to 6682284
1 parent 5b2055d commit 9b5d01f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/actions/setup-install/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
node-version: ${{ inputs.node-version }}
1414

1515
- name: Restore Cache
16-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
16+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
1717
with:
1818
path: ./.yarn/cache
1919
key: ${{ runner.os }}-Yarn-main

.github/workflows/cache-dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Check Cache
7777
id: cache-check
7878
if: ${{ !inputs.purge_cache }}
79-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
79+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
8080
with:
8181
path: ${{ env.CACHE_PATH }}
8282
key: ${{ steps.cache-key.outputs.key }}
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Save Cache
9999
if: ${{ steps.should-rebuild.outputs.rebuild == 'true' }}
100-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
100+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
101101
with:
102102
path: ${{ env.CACHE_PATH }}
103103
key: ${{ steps.cache-key.outputs.key }}

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Save Repository to Cache
4040
id: save-repository-cache
41-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
41+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
4242
with:
4343
path: ./
4444
key: ${{ env.CACHE_KEY }}
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: Restore Repository from Cache
56-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
56+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
5757
id: restore-repository-cache
5858
with:
5959
path: ./
@@ -75,7 +75,7 @@ jobs:
7575

7676
steps:
7777
- name: Restore Repository from Cache
78-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
78+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
7979
id: restore-repository-cache
8080
with:
8181
path: ./
@@ -128,7 +128,7 @@ jobs:
128128

129129
steps:
130130
- name: Restore Repository from Cache
131-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
131+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
132132
id: restore-repository-cache
133133
with:
134134
path: ./

0 commit comments

Comments
 (0)