Skip to content

Commit 6f51911

Browse files
chore(deps): update actions/cache action to v6
1 parent b254741 commit 6f51911

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: ls -la dist/
3333

3434
- name: Save Build folders
35-
uses: actions/cache/save@v5
35+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
3636
with:
3737
path: |
3838
dist

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: npm ci
2525

2626
- name: Restore the build folders
27-
uses: actions/cache/restore@v5
27+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
2828
with:
2929
path: |
3030
dist

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: npm ci
6161

6262
- name: Restore the build folders
63-
uses: actions/cache/restore@v5
63+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
6464
with:
6565
path: |
6666
dist

.github/workflows/test-demo-projects.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: npm ci
3030

3131
- name: Restore the build folders
32-
uses: actions/cache/restore@v5
32+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
3333
with:
3434
path: |
3535
dist

.github/workflows/test-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: npm ci
3232

3333
- name: Restore the build folders
34-
uses: actions/cache/restore@v5
34+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
3535
with:
3636
path: |
3737
dist

0 commit comments

Comments
 (0)