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 8655cee commit b7d049aCopy full SHA for b7d049a
.github/workflows/build_web.yml
@@ -99,7 +99,7 @@ jobs:
99
- name: Get yarn cache directory path
100
id: yarn-cache-dir-path
101
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
102
- - uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
+ - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
103
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
104
with:
105
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments