diff --git a/.github/workflows/scan-pull-request.yml b/.github/workflows/scan-pull-request.yml index 1a850247..640ba6ab 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.5.1 + - uses: agilepathway/label-checker@v1.5.3 with: any_of: api,bug,build,dependencies,documentation,enhancement,refactoring repo_token: ${{ secrets.GITHUB_TOKEN }}