File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 # Steps represent a sequence of tasks that will be executed as part of the job
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525
2626 - name : Install Pnpm
2727 run : npm i -g corepack@latest --force && corepack enable
Original file line number Diff line number Diff line change 2020 environment : npm
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424
2525 - name : Setup Node.js
2626 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 2424 # Steps represent a sequence of tasks that will be executed as part of the job
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828
2929 - name : Install Pnpm
3030 run : npm i -g corepack@latest --force && corepack enable
You can’t perform that action at this time.
0 commit comments