From 2a02728b41df9f231d238aac7f606a2c1d85a54c Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 22 Mar 2021 14:54:22 +0100 Subject: [PATCH] Fix auto-merge Increase module version. Signed-off-by: Vincent Petry --- .github/workflows/dependabot-approve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-approve.yml b/.github/workflows/dependabot-approve.yml index 4b499130e4..00216f5280 100644 --- a/.github/workflows/dependabot-approve.yml +++ b/.github/workflows/dependabot-approve.yml @@ -12,7 +12,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} # Nextcloud bot approve and merge request - - uses: ahmadnassri/action-dependabot-auto-merge@v1 + - uses: ahmadnassri/action-dependabot-auto-merge@v2 if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' with: target: patch