diff --git a/.github/workflows/scan-pull-request.yml b/.github/workflows/scan-pull-request.yml index e59ec45a..432e5c71 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@v4 - - uses: agilepathway/label-checker@v1.6.11 + - uses: agilepathway/label-checker@v1.6.13 with: any_of: api,bug,build,dependencies,documentation,enhancement,refactoring repo_token: ${{ secrets.GITHUB_TOKEN }}