From c57bbe878ac3f982be2c3561c4b651905813d3a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 17:03:46 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 5 to 6 Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v5...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/submodule-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/submodule-update.yml b/.github/workflows/submodule-update.yml index ecd14e27..09562e1f 100644 --- a/.github/workflows/submodule-update.yml +++ b/.github/workflows/submodule-update.yml @@ -49,7 +49,7 @@ jobs: - name: Create pull request against target branch if: steps.check_for_changes.outputs.changes == 'true' - uses: actions/github-script@v5 + uses: actions/github-script@v6 with: github-token: ${{ inputs.github_token }} script: | @@ -64,7 +64,7 @@ jobs: - name: Add labels if: steps.check_for_changes.outputs.changes == 'true' - uses: actions/github-script@v5 + uses: actions/github-script@v6 with: github-token: ${{ inputs.github_token }} script: |