diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 7be6a2d..da6b323 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} @@ -30,7 +30,7 @@ jobs: - name: Checking that workflow file did not change run: git diff HEAD HEAD~1 --exit-code .github/workflows/automerge.yml - name: automerge - uses: "pascalgn/automerge-action@v0.14.3" + uses: "pascalgn/automerge-action@v0.16.4" env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" MERGE_LABELS: ""