Skip to content

Commit 737731a

Browse files
build(deps): bump actions/cache from 4 to 5 (#741)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3acc588 commit 737731a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
node: ${{ env.NODE_VERSION }}
3737

3838
- name: Save build artifacts
39-
uses: actions/cache/save@v4
39+
uses: actions/cache/save@v5
4040
with:
4141
path: .
4242
key: ${{ env.CACHE_KEY }}
@@ -87,7 +87,7 @@ jobs:
8787
cache: npm
8888

8989
- name: Restore build artifacts
90-
uses: actions/cache/restore@v4
90+
uses: actions/cache/restore@v5
9191
with:
9292
path: .
9393
key: ${{ env.CACHE_KEY }}

0 commit comments

Comments
 (0)