Skip to content

Commit 81a1062

Browse files
Merge pull request #49 from datavisyn/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 913be98 + 9eee65d commit 81a1062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-single-product-part.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
# Enable yarn download cache, @see https://github.com/actions/setup-node/issues/325
171171
- name: Restore yarn cache
172172
if: ${{ steps.get-parameters.outputs.type == 'web' }}
173-
uses: actions/cache@v3
173+
uses: actions/cache@v4
174174
with:
175175
# This path is the global yarn cache, because for some reason the local .yarn/cache is not used. Maybe we need to set the cacheFolder, enableGlobalCache, ... options differently? @see https://yarnpkg.com/configuration/yarnrc#cacheFolder
176176
path: ~/.yarn/berry/cache/

0 commit comments

Comments
 (0)