Skip to content

Commit df7b8c4

Browse files
committed
Bump version of actions/cache
Bump version to fix "This request has been automatically failed because it uses a deprecated version of `actions/cache: v2`".
1 parent 16954bd commit df7b8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "::set-output name=dir::$(npm config get cache)"
3535
3636
- name: Node dependency cache
37-
uses: actions/cache@v2
37+
uses: actions/cache@v3
3838
with:
3939
path: ${{ steps.npm-cache.outputs.dir }}
4040
key: ${{ matrix.os }}-node-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)