From 5f2e7aaef428b615f1e79314e7183c3783ea4da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 02:11:49 +0000 Subject: [PATCH] Bump actions/github-script from 2 to 6 Bumps [actions/github-script](https://github.com/actions/github-script) from 2 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v2...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f40e6f57ef..75ccb79f22 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -117,7 +117,7 @@ jobs: # from https://github.com/actions/upload-release-asset/issues/47#issuecomment-659071145 - name: Upload binaries tarball to the release if: ${{ github.event.release.upload_url != '' }} - uses: actions/github-script@v2 + uses: actions/github-script@v6 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |