File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,23 +18,23 @@ jobs:
1818 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 - name : Use Node.js ${{ matrix.node-version }}
23- uses : actions/setup-node@v4
23+ uses : actions/setup-node@v6
2424 with :
2525 node-version : ${{ matrix.node-version }}
2626 cache : ' npm'
2727 - run : npm ci
2828 - run : npm run ci
2929 - name : Publish to NPM if version in package.json has changed
3030 id : publish
31- uses : JS-DevTools/npm-publish@v3
31+ uses : JS-DevTools/npm-publish@v4
3232 with :
3333 token : ${{ secrets.NPM_TOKEN }}
3434 provenance : true
3535 - name : Create tag
3636 if : steps.publish.outputs.type
37- uses : actions/github-script@v6
37+ uses : actions/github-script@v8
3838 with :
3939 script : |
4040 github.rest.git.createRef({
You can’t perform that action at this time.
0 commit comments