File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout Repo
17- uses : actions/checkout@v6
17+ uses : actions/checkout@v7
1818
1919 - name : Setup Node.js 22
20- uses : actions/setup-node@v6
20+ uses : actions/setup-node@v7
2121 with :
2222 node-version : 22
2323 cache : ' npm'
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout Repo
23- uses : actions/checkout@v6
23+ uses : actions/checkout@v7
2424 with :
2525 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2626 fetch-depth : 0
2727
2828 - name : Setup Node.js 24
29- uses : actions/setup-node@v6
29+ uses : actions/setup-node@v7
3030 with :
3131 node-version : 24
3232 registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 node-version : [22.x]
2020 steps :
2121 - uses : google/wireit@setup-github-actions-caching/v2
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323
2424 - name : Setup Node ${{ matrix.node-version }}
25- uses : actions/setup-node@v6
25+ uses : actions/setup-node@v7
2626 with :
2727 node-version : ${{ matrix.node-version }}
2828 cache : ' npm'
You can’t perform that action at this time.
0 commit comments