From 4245e04b5d11931f7efc404b0fd77dd72952e13d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 23:46:44 +0000 Subject: [PATCH] chore(deps): update joerick/pr-labels-action action to v1.0.9 --- .github/workflows/validate_pr_labels_and_release_notes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_pr_labels_and_release_notes.yml b/.github/workflows/validate_pr_labels_and_release_notes.yml index a536360cef..b166646d7d 100644 --- a/.github/workflows/validate_pr_labels_and_release_notes.yml +++ b/.github/workflows/validate_pr_labels_and_release_notes.yml @@ -35,7 +35,7 @@ jobs: valid-labels: ${{ steps.get-allowed_labels.outputs.LABELS }} - name: Get PR labels - uses: joerick/pr-labels-action@v1.0.6 + uses: joerick/pr-labels-action@v1.0.9 id: pr-labels - run: |