From 386d87358aa64dbe2215b7e687d09591027c0ce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 04:07:12 +0000 Subject: [PATCH] Bump actions/github-script from 0.2.0 to 7.0.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 0.2.0 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/0.2.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabotautomerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabotautomerge.yml b/.github/workflows/dependabotautomerge.yml index 3edeaa4..74d1df0 100644 --- a/.github/workflows/dependabotautomerge.yml +++ b/.github/workflows/dependabotautomerge.yml @@ -10,7 +10,7 @@ jobs: if: github.actor == 'dependabot[bot]' steps: - name: automerge - uses: actions/github-script@0.2.0 + uses: actions/github-script@v7.0.1 with: script: | github.pullRequests.createReview({