From b2e4db502a3f2f2533136536e6d45ec509d7d461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 13:58:59 +0100 Subject: [PATCH] chore(deps): bump actions/github-script from 6 to 7 (#544) Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8665bcc4..1b35eb4b 100644 --- a/action.yml +++ b/action.yml @@ -52,7 +52,7 @@ runs: skip-commit-verification: ${{ inputs.skip-commit-verification }} skip-verification : ${{ inputs.skip-verification }} - name: Merge/approve PR - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ inputs.github-token }} script: |