From fc8a7f5c2b6ff6d53ba789d24ddd556d70f910c5 Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Wed, 16 Oct 2024 16:01:06 +0000 Subject: [PATCH] chore(deps): update hmarr/auto-approve-action digest to 8f92909 --- .github/workflows/auto-approve-dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-approve-dependabot.yml b/.github/workflows/auto-approve-dependabot.yml index 5eb14a05c1890..904550d8b0e27 100644 --- a/.github/workflows/auto-approve-dependabot.yml +++ b/.github/workflows/auto-approve-dependabot.yml @@ -21,7 +21,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: hmarr/auto-approve-action@7782c7e2bdf62b4d79bdcded8332808fd2f179cd + - uses: hmarr/auto-approve-action@8f929096a962e83ccdfa8afcf855f39f12d4dac7 if: github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'dependabot-preview[bot]' with: github-token: "${{ secrets.GITHUB_TOKEN }}"