diff --git a/.github/workflows/scan-pull-request.yaml b/.github/workflows/scan-pull-request.yaml index 0236549..0c6220f 100644 --- a/.github/workflows/scan-pull-request.yaml +++ b/.github/workflows/scan-pull-request.yaml @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: false steps: - - uses: agilepathway/label-checker@v1.5.9 + - uses: agilepathway/label-checker@v1.6.7 with: any_of: api,bug,build,dependencies,documentation,enhancement,no-changelog,refactoring repo_token: ${{ secrets.GITHUB_TOKEN }}