diff --git a/.github/workflows/ci_automerge_bot_prs.yml b/.github/workflows/ci_automerge_bot_prs.yml index 5c08093..5ff4e50 100644 --- a/.github/workflows/ci_automerge_bot_prs.yml +++ b/.github/workflows/ci_automerge_bot_prs.yml @@ -7,7 +7,7 @@ on: jobs: update-dependabot-branch: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.9.2 + uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.10.0 if: github.repository_owner == 'EMMC-ASBL' && ( ( startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]' ) || ( startsWith(github.event.pull_request.head.ref, 'ci/') && github.actor == 'TEAM4-0' ) || ( github.event.pull_request.head.ref == 'pre-commit-ci-update-config' && github.actor == 'pre-commit-ci[bot]' ) ) secrets: PAT: ${{ secrets.RELEASE_PAT }}