From 0789b5c4519f170b3bc1833e08d8c430831468a8 Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Mon, 4 Dec 2023 13:54:48 -0500 Subject: [PATCH] Pin actions/labeler to v4 [skip ci] --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 55117f774a..1ddd5b5cc3 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -6,6 +6,6 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@main + - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"