We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae8017 commit a497128Copy full SHA for a497128
.github/workflows/nodejs.yml
@@ -11,7 +11,7 @@ jobs:
11
node-version: [16.14.0]
12
13
steps:
14
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
15
16
- name: Use Node.js ${{ matrix.node-version }}
17
uses: actions/setup-node@v1
@@ -22,7 +22,7 @@ jobs:
22
id: yarn-cache
23
run: echo "::set-output name=dir::$(yarn cache dir)"
24
25
- - uses: actions/cache@v1
+ - uses: actions/cache@v3
26
with:
27
path: ${{ steps.yarn-cache.outputs.dir }}
28
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
0 commit comments