Skip to content

Commit 2844a99

Browse files
authored
Merge pull request #4 from guibranco/dependabot/github_actions/actions/cache-3
Bump actions/cache from 1 to 3
2 parents 32dfe5c + d716e3f commit 2844a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3
2626

2727
- name: Cache node modules
28-
uses: actions/cache@v1
28+
uses: actions/cache@v3
2929
with:
3030
path: ~/.npm
3131
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)