From d3815d39fd6d8b0f2a6c995dbfc290e2d2b24c9a Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Fri, 8 Dec 2023 11:58:38 -0500 Subject: [PATCH] add release tag Signed-off-by: Ian Maddaus --- .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 4415f001084..01da728f92c 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.3.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"