From 041ab2c6006651e5ae6da9ee9c9ee3de586c0bf7 Mon Sep 17 00:00:00 2001 From: Daniel Jacobs Date: Wed, 5 Jun 2024 14:28:36 -0400 Subject: [PATCH] Fix warning about Node version in triage workflow --- .github/workflows/triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index a14cc65d..44e41679 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -8,7 +8,7 @@ jobs: if: github.event.issue.labels[0] == null runs-on: ubuntu-latest steps: - - uses: github/issue-labeler@v2.5 + - uses: github/issue-labeler@v3.4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/labeler.yml