From a21c91a42ecc829d09d812614dde4eed061a9fd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 00:42:13 +0000 Subject: [PATCH] build(deps): bump agilepathway/label-checker from 1.4.30 to 1.5.1 Bumps [agilepathway/label-checker](https://github.com/agilepathway/label-checker) from 1.4.30 to 1.5.1. - [Release notes](https://github.com/agilepathway/label-checker/releases) - [Commits](https://github.com/agilepathway/label-checker/compare/v1.4.30...v1.5.1) --- updated-dependencies: - dependency-name: agilepathway/label-checker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/scan-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan-pull-request.yml b/.github/workflows/scan-pull-request.yml index 31903e62..1a850247 100644 --- a/.github/workflows/scan-pull-request.yml +++ b/.github/workflows/scan-pull-request.yml @@ -28,7 +28,7 @@ jobs: continue-on-error: false steps: - uses: actions/checkout@v3 - - uses: agilepathway/label-checker@v1.4.30 + - uses: agilepathway/label-checker@v1.5.1 with: any_of: api,bug,build,dependencies,documentation,enhancement,refactoring repo_token: ${{ secrets.GITHUB_TOKEN }}