Skip to content

Commit 2dbb0e5

Browse files
committed
Update actions/cache action to v3
| datasource | package | from | to | | ----------- | ------------- | ---- | -- | | github-tags | actions/cache | v2 | v3 |
1 parent 0c1fd69 commit 2dbb0e5

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
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v3
1414
with:
1515
node-version-file: '.nvmrc'
16-
- uses: actions/cache@v2
16+
- uses: actions/cache@v3
1717
with:
1818
path: ~/.npm
1919
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)