Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Commit 6ce171b

Browse files
Bump actions/cache from v1 to v2.1.1
Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.1.1. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v1...5ca27f2) Signed-off-by: dependabot[bot] <support@github.com>
1 parent d51d78d commit 6ce171b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-node@v1
1818
with:
1919
node-version: ${{ matrix.node-version }}
20-
- uses: actions/cache@v1
20+
- uses: actions/cache@v2.1.1
2121
with:
2222
path: ~/.npm
2323
key: ${{ runner.os }}-${{ matrix.node-version }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)