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 3838 - name : Get pnpm store directory
3939 id : pnpm-cache
4040 run : |
41- echo "::set-output name= pnpm_cache_dir:: $(pnpm store path)"
41+ echo "pnpm_cache_dir= $(pnpm store path)" >> "$GITHUB_OUTPUT "
4242
4343 - name : Cache pnpm modules
4444 uses : actions/cache@v2
Original file line number Diff line number Diff line change 3838 - name : Get pnpm store directory
3939 id : pnpm-cache
4040 run : |
41- echo "::set-output name= pnpm_cache_dir:: $(pnpm store path)"
41+ echo "pnpm_cache_dir= $(pnpm store path)" >> "$GITHUB_OUTPUT "
4242
4343 - name : Cache pnpm modules
4444 uses : actions/cache@v2
Original file line number Diff line number Diff line change 3838 - name : Get pnpm store directory
3939 id : pnpm-cache
4040 run : |
41- echo "::set-output name= pnpm_cache_dir:: $(pnpm store path)"
41+ echo "pnpm_cache_dir= $(pnpm store path)" >> "$GITHUB_OUTPUT "
4242
4343 - name : Cache pnpm modules
4444 uses : actions/cache@v2
Original file line number Diff line number Diff line change 3535 - name : Get pnpm store directory
3636 id : pnpm-cache
3737 run : |
38- echo "::set-output name= pnpm_cache_dir:: $(pnpm store path)"
38+ echo "pnpm_cache_dir= $(pnpm store path)" >> "$GITHUB_OUTPUT "
3939
4040 - name : Cache pnpm modules
4141 uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments