Skip to content

Commit 7db05a4

Browse files
Updates github actions-cache to v3
1 parent 63bafd0 commit 7db05a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint-test-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
node-version: ${{ matrix.node-version }}
1212
cache: "npm"
13-
- uses: actions/cache@v2
13+
- uses: actions/cache@v3
1414
with:
1515
path: "**/node_modules"
1616
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/package.json') }}
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
cache: "npm"
30-
- uses: actions/cache@v2
30+
- uses: actions/cache@v3
3131
with:
3232
path: "**/node_modules"
3333
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/package.json') }}
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
node-version: ${{ matrix.node-version }}
4949
cache: "npm"
50-
- uses: actions/cache@v2
50+
- uses: actions/cache@v3
5151
with:
5252
path: "**/node_modules"
5353
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/package.json') }}
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
node-version: ${{ matrix.node-version }}
6767
cache: "npm"
68-
- uses: actions/cache@v2
68+
- uses: actions/cache@v3
6969
with:
7070
path: "**/node_modules"
7171
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/package.json') }}

0 commit comments

Comments
 (0)