Skip to content

Commit 447beb6

Browse files
chore(deps): update actions/cache digest to 6682284 (#5528)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 17c370c commit 447beb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: restore astro cache (PR)
3434
if: github.event_name == 'pull_request'
35-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
35+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3636
with:
3737
path: node_modules/.astro
3838
key: astro-cache-v1-pr-no-save
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: get astro cache (main)
4343
if: github.event_name == 'push'
44-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
44+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
4545
with:
4646
path: node_modules/.astro
4747
key: astro-cache-v1-${{ github.run_id }}
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: restore content cache (PR)
5252
if: github.event_name == 'pull_request'
53-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
53+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
5454
with:
5555
path: .cache
5656
key: content-cache-v1-pr-no-save
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: get content cache (main)
6161
if: github.event_name == 'push'
62-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
62+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
6363
with:
6464
path: .cache
6565
key: content-cache-v1-${{ github.run_id }}

0 commit comments

Comments
 (0)