File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 5353 - name : Format commitlint messages
5454 id : format
5555 if : ${{ steps.commitlint.outcome == 'failure' }}
56- uses : actions/github-script@v5
56+ uses : actions/github-script@v6
5757 with :
5858 github-token : ${{ secrets.GITHUB_TOKEN }}
5959 script : |
@@ -114,7 +114,8 @@ jobs:
114114
115115 - name : Fail Job on Error
116116 if : ${{ steps.commitlint.outcome == 'failure' && steps.prTitle.outcome == 'failure' }}
117- uses : actions/github-script@v3
117+ uses : actions/github-script@v6
118118 with :
119119 script : |
120120 core.setFailed("There were problems with this PR's commit messages")
121+
Original file line number Diff line number Diff line change 3939 - name : Bundle
4040 id : bundle
4141 if : ${{ steps.changesets.outputs.published }}
42- uses : actions/github-script@v5
42+ uses : actions/github-script@v6
4343 with :
4444 github-token : ${{secrets.GITHUB_TOKEN}}
4545 script : |
Original file line number Diff line number Diff line change 4949
5050 - name : Generate URLs
5151 id : urls
52- uses : actions/github-script@v5
52+ uses : actions/github-script@v6
5353 with :
5454 github-token : ${{ secrets.GITHUB_TOKEN }}
5555 script : |
7777 - name : Format lighthouse score
7878 id : format
7979 if : ${{ always() }}
80- uses : actions/github-script@v5
80+ uses : actions/github-script@v6
8181 with :
8282 github-token : ${{secrets.GITHUB_TOKEN}}
8383 script : |
You can’t perform that action at this time.
0 commit comments