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 f2c57dd + d9644a1 commit e7a398bCopy full SHA for e7a398b
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
run: echo "::set-output name=dir::$(yarn cache dir)"
34
35
- name: Cache node_modules 📦
36
- uses: actions/[email protected].10
+ uses: actions/[email protected].11
37
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
38
with:
39
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments