Skip to content

Commit 97aa2c0

Browse files
committed
Update Github Actions
1 parent 5414f72 commit 97aa2c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
test_and_lint:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626

27-
- uses: actions/cache@master
27+
- uses: actions/cache@v3
2828
id: node_modules_cache
2929
with:
3030
path: node_modules
31-
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
31+
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }}
3232

3333
- run: yarn install --frozen-lockfile
3434
if: steps.node_modules_cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)