Skip to content

Commit 7e361f0

Browse files
dependabot[bot]mergify[bot]pepeiborramichaelpj
authored
Bump actions/github-script from 2 to 6 (#2730)
Bumps [actions/github-script](https://github.com/actions/github-script) from 2 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v2...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Pepe Iborra <[email protected]> Co-authored-by: Michael Peyton Jones <[email protected]>
1 parent 388abc3 commit 7e361f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
# from https://github.com/actions/upload-release-asset/issues/47#issuecomment-659071145
118118
- name: Upload binaries tarball to the release
119119
if: ${{ github.event.release.upload_url != '' }}
120-
uses: actions/github-script@v2
120+
uses: actions/github-script@v6
121121
with:
122122
github-token: ${{secrets.GITHUB_TOKEN}}
123123
script: |

0 commit comments

Comments
 (0)