diff --git a/.github/workflows/scan-pull-request.yaml b/.github/workflows/scan-pull-request.yaml index f0c705273c6..3a642ba4cd7 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@v3 - - uses: agilepathway/label-checker@v1.0.113 + - uses: agilepathway/label-checker@v1.6.60 with: any_of: api,bug,build,dependencies,documentation,enhancement,no-changelog,refactoring repo_token: ${{ secrets.GITHUB_TOKEN }}