We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfa99f commit 1904fcbCopy full SHA for 1904fcb
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
cache: 'yarn'
25
- name: cache all node_modules
26
id: cache-modules
27
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
+ uses: actions/cache@v4 # v4
28
with:
29
path: '**/node_modules'
30
key: ${{ runner.os }}-node_modules-${{ hashFiles('yarn.lock', '**/package.json') }}
@@ -33,7 +33,7 @@ jobs:
33
if: steps.cache-modules.outputs.cache-hit != 'true'
34
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
35
- name: cache global yarn cache
36
37
38
39
path: ${{ steps.yarn-cache.outputs.dir }}
0 commit comments