소스 검색

Merge pull request #10911 from nextcloud/dependabot/github_actions/hmarr/auto-approve-action-3.1.0

Bump hmarr/auto-approve-action from 3.0.0 to 3.1.0
Álvaro Brey 2 년 전
부모
커밋
9ee70f4d72
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/autoApproveDependabot.yml

+ 1 - 1
.github/workflows/autoApproveDependabot.yml

@@ -10,7 +10,7 @@ jobs:
     auto-approve:
         runs-on: ubuntu-latest
         steps:
-            -   uses: hmarr/auto-approve-action@v3.0.0
+            -   uses: hmarr/auto-approve-action@v3.1.0
                 if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
                 with:
                     github-token: "${{ secrets.GITHUB_TOKEN }}"