File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 runs-on : ubuntu-24.04-arm
1515 steps :
1616 - name : Checkout Repo
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818
19- - name : Setup Node.js 20.x
20- uses : actions/setup-node@v4
19+ - name : Setup Node.js
20+ uses : actions/setup-node@v6
2121 with :
2222 node-version : 24
2323 cache : yarn
@@ -35,10 +35,10 @@ jobs:
3535 id-token : write
3636 steps :
3737 - name : Checkout Repo
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v6
3939
40- - name : Setup Node.js 24.x
41- uses : actions/setup-node@v4
40+ - name : Setup Node.js
41+ uses : actions/setup-node@v6
4242 with :
4343 node-version : 24
4444 cache : yarn
Original file line number Diff line number Diff line change 1515 contents : read # required for actions/checkout
1616 id-token : write # required for OIDC authentication with CodSpeed
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919
20- - uses : actions/setup-node@v4
20+ - uses : actions/setup-node@v6
2121 with :
2222 node-version : 24
2323 cache : yarn
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919
2020 steps :
2121 - name : Checkout Repo
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v6
2323 with :
2424 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2525 fetch-depth : 0
2626
27- - name : Setup Node.js 20.x
28- uses : actions/setup-node@v4
27+ - name : Setup Node.js
28+ uses : actions/setup-node@v6
2929 with :
3030 node-version : 24
3131 cache : yarn
You can’t perform that action at this time.
0 commit comments