From f0dbf3ef38567527d315ca9d610af1b180cb4e11 Mon Sep 17 00:00:00 2001 From: Pascal Repond Date: Tue, 5 Dec 2023 14:13:16 +0100 Subject: [PATCH] github actions: fix labeler Co-Authored-by: Pascal Repond --- .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 415bd9ef5f..301fa6c309 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 }}"