File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828
2929 - name : find pnpm cache path
3030 id : cache
31- run : echo "::set-output name= path:: $(pnpm store path)"
31+ run : echo "path= $(pnpm store path)" >> $GITHUB_OUTPUT
3232
3333 - uses : actions/cache@v3
3434 with :
Original file line number Diff line number Diff line change 2121
2222 - name : find pnpm cache path
2323 id : cache
24- run : echo "::set-output name= path:: $(pnpm store path)"
24+ run : echo "path= $(pnpm store path)" >> $GITHUB_OUTPUT
2525
2626 - uses : actions/cache@v3
2727 with :
4949
5050 - name : find pnpm cache path
5151 id : cache
52- run : echo "::set-output name= path:: $(pnpm store path)"
52+ run : echo "path= $(pnpm store path)" >> $GITHUB_OUTPUT
5353
5454 - uses : actions/cache@v3
5555 with :
7777
7878 - name : find pnpm cache path
7979 id : cache
80- run : echo "::set-output name= path:: $(pnpm store path)"
80+ run : echo "path= $(pnpm store path)" >> $GITHUB_OUTPUT
8181
8282 - uses : actions/cache@v3
8383 with :
@@ -111,7 +111,7 @@ jobs:
111111
112112 - name : find pnpm cache path
113113 id : cache
114- run : echo "::set-output name= path:: $(pnpm store path)"
114+ run : echo "path= $(pnpm store path)" >> $GITHUB_OUTPUT
115115
116116 - uses : actions/cache@v3
117117 with :
You can’t perform that action at this time.
0 commit comments