From a6e0f9884f86ad507dad54f4e5eaca80352ab457 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 22:05:23 +0000 Subject: [PATCH] chore(deps): update actions/labeler action to v5 --- .github/workflows/pr-open.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 3ed3abf8..bcc77f95 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - name: Pull request size and stability labels - uses: actions/labeler@v4 + uses: actions/labeler@v5 continue-on-error: true with: repo-token: "${{ secrets.GITHUB_TOKEN }}"