]> source.dussan.org Git - nextcloud-server.git/commitdiff
Updating dependabot-approve-merge.yml workflow from template 27774/head
authorNextcloud bot <bot@nextcloud.com>
Fri, 2 Jul 2021 15:43:33 +0000 (15:43 +0000)
committerNextcloud bot <bot@nextcloud.com>
Fri, 2 Jul 2021 15:43:33 +0000 (15:43 +0000)
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
.github/workflows/dependabot-approve-merge.yml

index b56a1da4791483fe7f998cc455dc4203a15bd851..6c5d73739cebe37b7a2a123a71cda00c1e4cc12d 100644 (file)
@@ -16,13 +16,13 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       # Default github action approve
-      - uses: hmarr/auto-approve-action@v2.0.0
+      - uses: hmarr/auto-approve-action@v2
         if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
         with:
           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: minor