From 3a05bf5cd75188e4c9aaa095f12a856978d6a8d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:49:16 +0000 Subject: [PATCH] ci(deps): bump srvaroa/labeler from 1.8.0 to 1.8.1 Bumps [srvaroa/labeler](https://github.com/srvaroa/labeler) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/srvaroa/labeler/releases) - [Commits](https://github.com/srvaroa/labeler/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: srvaroa/labeler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/validate_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_pr.yml b/.github/workflows/validate_pr.yml index 5e30c78c4..90937362e 100644 --- a/.github/workflows/validate_pr.yml +++ b/.github/workflows/validate_pr.yml @@ -40,6 +40,6 @@ jobs: requireScope: false - name: "Label PR" - uses: srvaroa/labeler@v1.8.0 # https://github.com/srvaroa/labeler + uses: srvaroa/labeler@v1.8.1 # https://github.com/srvaroa/labeler env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"