We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e75df commit 54a1c95Copy full SHA for 54a1c95
apps/nuxt3/.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/cache@v3.2.2
+ uses: actions/cache@v3.3.3
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