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 f52bcd4 commit 03000d5Copy full SHA for 03000d5
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
run: cd nuxt && echo "::set-output name=dir::$(yarn cache dir)"
35
36
- name: Cache node_modules 📦
37
- uses: actions/cache@v3.0.8
+ uses: actions/cache@v4.1.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