Skip to content

Commit 042d851

Browse files
authored
Merge pull request #269 from SteffenDE/sd-update-actions
update gh actions
2 parents 526a4e6 + 13f3551 commit 042d851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: ${{ matrix.node }}
2727

2828
- name: Restore npm cache
29-
uses: actions/cache@v2
29+
uses: actions/cache@v4
3030
with:
3131
path: ~/.npm
3232
key: ${{ runner.os }}-${{ matrix.node }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)