From 7602781a5bfeaaa8d5e42fc46fe951853ca08511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Sep 2021 09:09:08 +0000 Subject: [PATCH] Bump actions/github-script from 0.3.0 to 5 Bumps [actions/github-script](https://github.com/actions/github-script) from 0.3.0 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/0.3.0...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/signoff_mr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/signoff_mr.yml b/.github/workflows/signoff_mr.yml index 6c5ea27d1..5838fd79c 100644 --- a/.github/workflows/signoff_mr.yml +++ b/.github/workflows/signoff_mr.yml @@ -4,7 +4,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/github-script@0.3.0 + - uses: actions/github-script@v5 if: github.event.action == 'created' with: github-token: ${{ secrets.GITHUB_TOKEN }}