File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 name : preliminary-checks
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - name : Ensure version is properly set
1818 run : |
1919 test "$(npm -s run get-version)" = "${{ github.event.inputs.tag }}"
2424 runs-on : ubuntu-latest
2525 needs : check
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828 # Setup .npmrc file to publish to GitHub Packages
29- - uses : actions/setup-node@v4
29+ - uses : actions/setup-node@v6
3030 with :
3131 node-version : ' 22'
3232 registry-url : ' https://npm.pkg.github.com'
4242 contents : read
4343 environment : npmjs
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v6
4646 # Setup .npmrc file to publish to npmjs.org
47- - uses : actions/setup-node@v4
47+ - uses : actions/setup-node@v6
4848 with :
4949 node-version : ' 24'
5050 registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
16- - uses : actions/setup-node@v4
15+ uses : actions/checkout@v6
16+ - uses : actions/setup-node@v6
1717 with :
1818 node-version : ' 22'
1919 cache : ' npm'
You can’t perform that action at this time.
0 commit comments