File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616
1717 - name : Setup pnpm
1818 uses : pnpm/action-setup@v4
1919 with :
2020 run_install : true
2121
2222 - name : Setup Node
23- uses : actions/setup-node@v4
23+ uses : actions/setup-node@v6
2424 with :
2525 node-version : 22
2626 cache : ' pnpm'
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
1919 url : ${{ steps.deployment.outputs.page_url }}
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v6
2323
2424 - name : Setup pnpm
2525 uses : pnpm/action-setup@v4
2626 with :
2727 run_install : true
2828
2929 - name : Setup Node
30- uses : actions/setup-node@v4
30+ uses : actions/setup-node@v6
3131 with :
3232 node-version : 22
3333 cache : ' pnpm'
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 with :
2525 fetch-depth : 0
2626
3030 run_install : true
3131
3232 - name : Setup Node.js
33- uses : actions/setup-node@v5
33+ uses : actions/setup-node@v6
3434 with :
3535 node-version : 22
3636 cache : ' pnpm'
You can’t perform that action at this time.
0 commit comments