File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
- name : Get pnpm store directory
39
39
id : pnpm-cache
40
40
run : |
41
- echo "::set-output name= pnpm_cache_dir:: $(pnpm store path)"
41
+ echo "pnpm_cache_dir= $(pnpm store path)" >> "$GITHUB_OUTPUT "
42
42
43
43
- name : Cache pnpm modules
44
44
uses : actions/cache@v2
Original file line number Diff line number Diff line change 38
38
- name : Get pnpm store directory
39
39
id : pnpm-cache
40
40
run : |
41
- echo "::set-output name= pnpm_cache_dir:: $(pnpm store path)"
41
+ echo "pnpm_cache_dir= $(pnpm store path)" >> "$GITHUB_OUTPUT "
42
42
43
43
- name : Cache pnpm modules
44
44
uses : actions/cache@v2
Original file line number Diff line number Diff line change 38
38
- name : Get pnpm store directory
39
39
id : pnpm-cache
40
40
run : |
41
- echo "::set-output name= pnpm_cache_dir:: $(pnpm store path)"
41
+ echo "pnpm_cache_dir= $(pnpm store path)" >> "$GITHUB_OUTPUT "
42
42
43
43
- name : Cache pnpm modules
44
44
uses : actions/cache@v2
Original file line number Diff line number Diff line change 35
35
- name : Get pnpm store directory
36
36
id : pnpm-cache
37
37
run : |
38
- echo "::set-output name= pnpm_cache_dir:: $(pnpm store path)"
38
+ echo "pnpm_cache_dir= $(pnpm store path)" >> "$GITHUB_OUTPUT "
39
39
40
40
- name : Cache pnpm modules
41
41
uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments