Skip to content

Commit e6ca0d6

Browse files
authored
update actions/cache to v4
1 parent 18a793c commit e6ca0d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/makecode-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
- name: Cache npm and makecode
24-
uses: actions/cache@v2
24+
uses: actions/cache@v4
2525
with:
2626
path: |
2727
~/.npm

.github/workflows/makecode.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
- name: Cache npm and makecode
26-
uses: actions/cache@v2
26+
uses: actions/cache@v4
2727
with:
2828
path: |
2929
~/.npm

0 commit comments

Comments
 (0)