File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- uses : actions/checkout@v3
28
- - uses : pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4 .0
28
+ - uses : pnpm/action-setup@v4.0 .0
29
29
- uses : actions/setup-node@v3
30
30
with :
31
31
cache : pnpm
60
60
git config --global core.autocrlf false
61
61
git config --global core.eol lf
62
62
- uses : actions/checkout@v3
63
- - uses : pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4 .0
63
+ - uses : pnpm/action-setup@v4.0 .0
64
64
- uses : actions/setup-node@v3
65
65
with :
66
66
cache : pnpm
80
80
# Need to fetch entire commit history to
81
81
# analyze every commit since last release
82
82
fetch-depth : 0
83
- - uses : pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4 .0
83
+ - uses : pnpm/action-setup@v4.0 .0
84
84
- uses : actions/setup-node@v3
85
85
with :
86
86
cache : pnpm
You can’t perform that action at this time.
0 commit comments