File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@master
27+ uses : actions/checkout@v3
2828
2929 - run : corepack enable
3030
5353
5454 steps :
5555 - name : Checkout
56- uses : actions/checkout@master
56+ uses : actions/checkout@v3
5757
5858 - run : corepack enable
5959
8080
8181 steps :
8282 - name : Checkout
83- uses : actions/checkout@master
83+ uses : actions/checkout@v3
8484
8585 - run : corepack enable
8686
Original file line number Diff line number Diff line change 2222 working-directory : docs
2323
2424 steps :
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v3
2626
2727 - uses : actions/setup-node@v3
2828 with :
Original file line number Diff line number Diff line change 3939 registry-url : ' https://registry.npmjs.org/'
4040
4141 - name : Install dependencies
42- run : pnpm install --frozen-lockfile
42+ run : pnpm install
4343
4444 - name : Publish Package
4545 run : pnpm publish --access public
You can’t perform that action at this time.
0 commit comments