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 044cda0 commit 9031385Copy full SHA for 9031385
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Get cached node modules
29
id: yarn-cache-dir-path
30
run: echo "::set-output name=dir::$(yarn cache dir)"
31
- - uses: actions/cache@v2.1.6
+ - uses: actions/cache@v2
32
id: yarn-cache
33
with:
34
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments