From 3de8f91908afede2bf74c61377d9d73c668b2644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 08:20:09 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 6 to 7 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] --- 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: |