From 31f528a285453919f4da71c6d621326fc4d479a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 02:11:47 +0000 Subject: [PATCH] chore(deps): update netlify/pr-labeler-action action to v1.1.0 --- .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 940a05f3..e0cd7086 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -19,7 +19,7 @@ jobs: { prefix: 'security', type: 'security' }, ] steps: - - uses: netlify/pr-labeler-action@v1.0.0 + - uses: netlify/pr-labeler-action@v1.1.0 if: startsWith(github.event.pull_request.title, matrix.pr.prefix) with: token: '${{ secrets.GITHUB_TOKEN }}'