From 16f7e5014533a5e5cf59c0a70eacd4a99376dc38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:23:57 +0000 Subject: [PATCH] Bump hmarr/auto-approve-action from 3.2.1 to 4.0.0 Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 3.2.1 to 4.0.0. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/44888193675f29a83e04faf4002fa8c0b537b1e4...f0939ea97e9205ef24d872e76833fa908a770363) --- updated-dependencies: - dependency-name: hmarr/auto-approve-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 88c6330..7fc25dd 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -54,6 +54,6 @@ jobs: # auto-approve-action requires write on pull-requests pull-requests: write steps: - - uses: hmarr/auto-approve-action@44888193675f29a83e04faf4002fa8c0b537b1e4 + - uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 with: github-token: "${{ secrets.GITHUB_TOKEN }}"