File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 matrix :
1919 os : [ubuntu-latest, windows-latest]
2020 steps :
21- - uses : actions/checkout@v4
22- - uses : actions/setup-node@v4
21+ - uses : actions/checkout@v7
22+ - uses : actions/setup-node@v6
2323 with :
2424 node-version : 22
2525 cache : npm
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
1919 timeout-minutes : 10
2020 steps :
2121 - name : Check out proposed contracts
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v7
2323 with :
2424 path : candidate
2525 fetch-depth : 0
26- - uses : actions/setup-node@v4
26+ - uses : actions/setup-node@v6
2727 with :
2828 node-version : 22
2929 cache : npm
5858 exit "$code"
5959 - name : Upload compatibility report
6060 if : always()
61- uses : actions/upload-artifact@v4
61+ uses : actions/upload-artifact@v7
6262 with :
6363 name : compatibility-report
6464 path : candidate/compatibility-report.json
Original file line number Diff line number Diff line change 1111 name : Validate PR title
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : amannn/action-semantic-pull-request@v5
14+ - uses : amannn/action-semantic-pull-request@v6
1515 env :
1616 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 runs-on : ubuntu-latest
2222 timeout-minutes : 15
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v7
2525 with :
2626 fetch-depth : 0
27- - uses : actions/setup-node@v4
27+ - uses : actions/setup-node@v6
2828 with :
2929 node-version : 22
3030 cache : npm
5454 node scripts/build-registry.mjs "${args[@]}"
5555 done < <(git tag --list "v[0-9]*.[0-9]*.[0-9]*" --sort=version:refname)
5656 - run : npm run validate:registry -- --registry registry
57- - uses : actions/configure-pages@v5
58- - uses : actions/upload-pages-artifact@v3
57+ - uses : actions/configure-pages@v6
58+ - uses : actions/upload-pages-artifact@v5
5959 with :
6060 path : registry
6161
7070 steps :
7171 - name : Deploy to GitHub Pages
7272 id : deployment
73- uses : actions/deploy-pages@v4
73+ uses : actions/deploy-pages@v5
Original file line number Diff line number Diff line change 77 stale :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/stale@v8
10+ - uses : actions/stale@v10
1111 with :
1212 stale-issue-message : ' This issue is stale because it has been open 60 days with no activity.'
1313 stale-pr-message : ' This PR is stale because it has been open 60 days with no activity.'
You can’t perform that action at this time.
0 commit comments