From 7819f7b76c4563fbc303f075a9125662143c43c2 Mon Sep 17 00:00:00 2001 From: Swiftb0y <12380386+Swiftb0y@users.noreply.github.com> Date: Mon, 29 May 2023 22:21:07 +0200 Subject: [PATCH] chore pin actions/labeler to v4.0.4 --- .github/workflows/labeler.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 1f8043fdb498..268831ae46aa 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -22,9 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - # version between v4.0.3 and the one after which has not yet been tagged - # at the time of writing - - uses: actions/labeler@b6f708799c1101ee9adc1388b397da244f9dec1c + - uses: actions/labeler@v4.0.4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: false