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