diff --git a/.github/workflows/on_new_pr.yml b/.github/workflows/on_new_pr.yml index 4debb332..f867bf48 100644 --- a/.github/workflows/on_new_pr.yml +++ b/.github/workflows/on_new_pr.yml @@ -26,7 +26,7 @@ jobs: # Specifically check that dependabot (or another trusted party) created this pull-request, and that it has been labelled correctly. if: contains(github.event.pull_request.labels.*.name, 'dependencies') steps: - - uses: alexwilson/enable-github-automerge-action@2.0.0 + - uses: alexwilson/enable-github-automerge-action@3.0.0 with: github-token: ${{secrets.SOURCE_PUSH_TOKEN}} merge-method: "MERGE"