From 41020e7066583a6e7f2ef7b2d8f3319c7d5609fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 18:05:54 +0000 Subject: [PATCH] chore(ci): bump actions/github-script Bumps [actions/github-script](https://github.com/actions/github-script) from 373c709c69115d41ff229c7e5df9f8788daa9553 to 3a2844b7e9c422d3c10d287c895573f7108da1b3. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/373c709c69115d41ff229c7e5df9f8788daa9553...3a2844b7e9c422d3c10d287c895573f7108da1b3) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 3a2844b7e9c422d3c10d287c895573f7108da1b3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/automerge.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index ba458dbf..cb0a470c 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -54,7 +54,7 @@ jobs: - name: Approve eligible PR if: steps.decision.outputs.should_automerge == 'true' - uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -83,7 +83,7 @@ jobs: - name: Update branch for eligible PR if: steps.decision.outputs.should_automerge == 'true' - uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -111,7 +111,7 @@ jobs: - name: Enable auto-merge for eligible PR if: steps.decision.outputs.should_automerge == 'true' - uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |