File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4343
4444 - name : Output candidate version number
45- uses : actions/github-script@v5
45+ uses : actions/github-script@v6
4646 with :
4747 script : |
4848 const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`)
Original file line number Diff line number Diff line change 1616 node-version : 14.x
1717
1818 - name : Get or Create Comment
19- uses : actions/github-script@v5
19+ uses : actions/github-script@v6
2020 with :
2121 github-token : ${{ secrets.GITHUB_TOKEN }}
2222 script : |
8585 name : Semantic Version Label
8686 runs-on : ubuntu-latest
8787 steps :
88- - uses : actions/github-script@v5
88+ - uses : actions/github-script@v6
8989 id : version-result
9090 with :
9191 github-token : " ${{ secrets.GITHUB_TOKEN }}"
9898 return match[0][1]
9999 }
100100
101- - uses : actions/github-script@v5
101+ - uses : actions/github-script@v6
102102 env :
103103 RELEASE : ${{ steps.version-result.outputs.result }}
104104 with :
You can’t perform that action at this time.
0 commit comments