Skip to content

Commit b618297

Browse files
Update actions/cache action to v5
1 parent f26c7ca commit b618297

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/electron-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v3.6.0
1616

1717
- name: Cache npm dependencies
18-
uses: actions/cache@v3.3.3
18+
uses: actions/cache@v5.0.5
1919
with:
2020
path: '~/.npm'
2121
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)