diff --git a/.github/workflows/auto-merge-dependabot.yml b/.github/workflows/auto-merge-dependabot.yml index dc18661b..d3a5aec4 100644 --- a/.github/workflows/auto-merge-dependabot.yml +++ b/.github/workflows/auto-merge-dependabot.yml @@ -14,12 +14,12 @@ jobs: contents: write steps: - name: Auto-approve Dependabot PRs - uses: hmarr/auto-approve-action@v3 + uses: hmarr/auto-approve-action@v4 with: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Wait for tests to succeed - uses: lewagon/wait-on-check-action@v1.3.1 + uses: lewagon/wait-on-check-action@v1.3.4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} check-name: 'test' # Имя джоба из вашего test.yml @@ -28,7 +28,7 @@ jobs: - name: Auto-merge Dependabot PRs if: success() - uses: pascalgn/automerge-action@v0.15.6 + uses: pascalgn/automerge-action@v0.16.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} MERGE_METHOD: "squash"