We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db8373 commit 0c80b40Copy full SHA for 0c80b40
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.4.1
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