From 70195a8a91f669b1e08ac797b3022fdb39794a2a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 20 Aug 2022 15:59:19 +0000
Subject: [PATCH] Update hmarr/auto-approve-action action to v2.4.0

---
 .github/workflows/auto-approve.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml
index 5d2b98df..819f0117 100644
--- a/.github/workflows/auto-approve.yml
+++ b/.github/workflows/auto-approve.yml
@@ -7,7 +7,7 @@ jobs:
   auto-approve:
     runs-on: ubuntu-20.04
     steps:
-      - uses: hmarr/auto-approve-action@v2.3.0
+      - uses: hmarr/auto-approve-action@v2.4.0
         if: github.actor == 'eikek-scala-steward'
         with:
           github-token: ${{ secrets.GITHUB_TOKEN }}