From 850e59c07f9796b82c0bf4f33a3ac94ab46956bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 08:16:49 +0000 Subject: [PATCH] ci(deps): bump srvaroa/labeler from 1.6.1 to 1.6.2 Bumps [srvaroa/labeler](https://github.com/srvaroa/labeler) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/srvaroa/labeler/releases) - [Commits](https://github.com/srvaroa/labeler/compare/v1.6.1...v1.6.2) --- 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 859c3a65f..b8ebd83df 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.6.1 # https://github.com/srvaroa/labeler + uses: srvaroa/labeler@v1.6.2 # https://github.com/srvaroa/labeler env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"