File tree 2 files changed +3
-3
lines changed
apps/nuxt3/.github/workflows
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 47
47
run : |
48
48
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
49
49
50
- - uses : actions/cache@v3
50
+ - uses : actions/cache@v4
51
51
name : Setup pnpm cache
52
52
with :
53
53
path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
89
89
run : |
90
90
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
91
91
92
- - uses : actions/cache@v3
92
+ - uses : actions/cache@v4
93
93
name : Setup pnpm cache
94
94
with :
95
95
path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
Original file line number Diff line number Diff line change 34
34
run : echo "::set-output name=dir::$(yarn cache dir)"
35
35
36
36
- name : Cache node_modules 📦
37
- uses : actions/cache@v3.3.3
37
+ uses : actions/cache@v4.0.1
38
38
id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
39
39
with :
40
40
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
You can’t perform that action at this time.
0 commit comments