File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 run : |
3737 echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
3838
39- - uses : actions/cache@v4
39+ - uses : actions/cache@v5
4040 name : Setup pnpm cache
4141 with :
4242 path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
Original file line number Diff line number Diff line change 3838 run : |
3939 echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
4040
41- - uses : actions/cache@v4
41+ - uses : actions/cache@v5
4242 name : Setup pnpm cache
4343 with :
4444 path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
7575 run : |
7676 echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
7777
78- - uses : actions/cache@v4
78+ - uses : actions/cache@v5
7979 name : Setup pnpm cache
8080 with :
8181 path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
You can’t perform that action at this time.
0 commit comments