diff --git a/.github/workflows/label-conflict.yml b/.github/workflows/label-conflict.yml index c24e232c..36656969 100644 --- a/.github/workflows/label-conflict.yml +++ b/.github/workflows/label-conflict.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: check if prs are dirty - uses: eps1lon/actions-label-merge-conflict@releases/2.x + uses: eps1lon/actions-label-merge-conflict@v2.0.1 with: dirtyLabel: "PR: needs rebase" repoToken: "${{ secrets.GITHUB_TOKEN }}"