diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index ba458db..cb0a470 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -54,7 +54,7 @@ jobs: - name: Approve eligible PR if: steps.decision.outputs.should_automerge == 'true' - uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -83,7 +83,7 @@ jobs: - name: Update branch for eligible PR if: steps.decision.outputs.should_automerge == 'true' - uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -111,7 +111,7 @@ jobs: - name: Enable auto-merge for eligible PR if: steps.decision.outputs.should_automerge == 'true' - uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |