From 482910a3bbefc5f343bb5a860d1554d16f26d3bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 17:22:55 +0000 Subject: [PATCH] ci(deps): Bump hmarr/auto-approve-action from 3 to 4 Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 3 to 4. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/v3...v4) --- updated-dependencies: - dependency-name: hmarr/auto-approve-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/transifex-approve-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/transifex-approve-merge.yml b/.github/workflows/transifex-approve-merge.yml index 8e26b8c0..c66d9fad 100644 --- a/.github/workflows/transifex-approve-merge.yml +++ b/.github/workflows/transifex-approve-merge.yml @@ -13,7 +13,7 @@ jobs: steps: # Github actions bot approve - - uses: hmarr/auto-approve-action@v3 + - uses: hmarr/auto-approve-action@v4 with: github-token: ${{ secrets.COMMAND_BOT_PAT }}