We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9080109 commit b336686Copy full SHA for b336686
.github/workflows/test-js.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Get yarn cache directory path
23
id: yarn-cache-dir-path
24
run: echo "::set-output name=dir::$(yarn cache dir)"
25
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
26
id: yarn-cache
27
with:
28
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -34,4 +34,4 @@ jobs:
34
- name: Build source
35
run: yarn run build
36
- name: Run lint checks
37
- run: yarn run lint
+ run: yarn run lint
0 commit comments