From c0396f6b46d3d23abcf34de23f8e60f2752a41a2 Mon Sep 17 00:00:00 2001 From: DimitrisJim Date: Mon, 4 Dec 2023 17:19:34 +0200 Subject: [PATCH] pin to v4 --- .github/workflows/pr_labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_labeler.yml b/.github/workflows/pr_labeler.yml index cadc94b930f..617b19c9965 100644 --- a/.github/workflows/pr_labeler.yml +++ b/.github/workflows/pr_labeler.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write # for actions/labeler to add labels to PRs runs-on: ubuntu-latest steps: - - uses: actions/labeler@main + - uses: actions/labeler@v4 with: configuration-path: .github/pr_labeler.yml repo-token: "${{ secrets.GITHUB_TOKEN }}"