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 }}