From 5e7c2102d4d67243534585a30d35f3c690e0c563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:46:59 +0200 Subject: [PATCH] build(deps): bump agilepathway/label-checker from 1.6.29 to 1.6.32 (#165) Bumps [agilepathway/label-checker](https://github.com/agilepathway/label-checker) from 1.6.29 to 1.6.32. - [Release notes](https://github.com/agilepathway/label-checker/releases) - [Commits](https://github.com/agilepathway/label-checker/compare/v1.6.29...v1.6.32) --- updated-dependencies: - dependency-name: agilepathway/label-checker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/scan-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan-pull-request.yaml b/.github/workflows/scan-pull-request.yaml index 1347e0d6..c39611d0 100644 --- a/.github/workflows/scan-pull-request.yaml +++ b/.github/workflows/scan-pull-request.yaml @@ -38,7 +38,7 @@ jobs: continue-on-error: false steps: - uses: actions/checkout@v4 - - uses: agilepathway/label-checker@v1.6.29 + - uses: agilepathway/label-checker@v1.6.32 with: any_of: api,bug,build,dependencies,documentation,enhancement,no-changelog,refactoring repo_token: ${{ secrets.GITHUB_TOKEN }}