From efc533bad0b769d5327bd635aea282e814cda70b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:04:40 +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 597bd33824..fac68b1e81 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -27,7 +27,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 }}"