Skip to content

Commit b336686

Browse files
Update test-js.yml
1 parent 9080109 commit b336686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Get yarn cache directory path
2323
id: yarn-cache-dir-path
2424
run: echo "::set-output name=dir::$(yarn cache dir)"
25-
- uses: actions/cache@v2
25+
- uses: actions/cache@v4
2626
id: yarn-cache
2727
with:
2828
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -34,4 +34,4 @@ jobs:
3434
- name: Build source
3535
run: yarn run build
3636
- name: Run lint checks
37-
run: yarn run lint
37+
run: yarn run lint

0 commit comments

Comments
 (0)