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.
2 parents 982f8e6 + a041b9c commit fc9e9d3Copy full SHA for fc9e9d3
.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.5
+ - uses: actions/cache@v2.1.6
32
id: yarn-cache
33
with:
34
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
0 commit comments