From 685f057b08b2f392f60d86388632248e64359fba Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Thu, 4 Apr 2024 16:34:30 -0400 Subject: [PATCH] ci: Update merge conflict labeler This should fix the warning about deprecated nodejs. --- .github/workflows/conflictcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conflictcheck.yml b/.github/workflows/conflictcheck.yml index 48be8ba510c5..3eb384fa6585 100644 --- a/.github/workflows/conflictcheck.yml +++ b/.github/workflows/conflictcheck.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check if PRs have merge conflicts - uses: eps1lon/actions-label-merge-conflict@releases/2.x + uses: eps1lon/actions-label-merge-conflict@e62d7a53ff8be8b97684bffb6cfbbf3fc1115e2e # v3.0.0 with: dirtyLabel: "status: needs rebase" repoToken: "${{ secrets.GITHUB_TOKEN }}"