Skip to content

Commit

Permalink
chore(deps): update peter-evans/enable-pull-request-automerge action …
Browse files Browse the repository at this point in the history
…to v3
  • Loading branch information
renovate[bot] committed Apr 23, 2024
1 parent c00489b commit 000b897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -341,7 +341,7 @@ jobs:
if: |
steps.cpr.outputs.pull-request-operation == 'created' ||
steps.cpr.outputs.pull-request-operation == 'updated'
uses: peter-evans/enable-pull-request-automerge@v2
uses: peter-evans/enable-pull-request-automerge@v3
with:
token: ${{ secrets.PAT }}
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
Expand Down Expand Up @@ -401,7 +401,7 @@ jobs:
if: |
steps.cpr.outputs.pull-request-operation == 'created' ||
steps.cpr.outputs.pull-request-operation == 'updated'
uses: peter-evans/enable-pull-request-automerge@v2
uses: peter-evans/enable-pull-request-automerge@v3
with:
token: ${{ secrets.PAT }}
repository: apollographql/supergraph-demo-k8s-graph-ops
Expand Down

0 comments on commit 000b897

Please sign in to comment.