From b4ef3c2f0049f33fd03abb9557c242406704d675 Mon Sep 17 00:00:00 2001 From: Michael Buluma Date: Sat, 26 Mar 2022 17:45:45 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff30fcb..029fb18 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Auto Merge Dependabot Updates - uses: buluma/gh-action-auto-merge-dependabot-updates@1.0.3 + uses: buluma/gh-action-auto-merge-dependabot-updates@1.0.4 with: allowed-actors: dependabot-preview[bot], dependabot[bot] ```