diff --git a/.github/workflows/glueops-basic-pr-checks.yml b/.github/workflows/glueops-basic-pr-checks.yml index b50e440..ed38d53 100644 --- a/.github/workflows/glueops-basic-pr-checks.yml +++ b/.github/workflows/glueops-basic-pr-checks.yml @@ -15,7 +15,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Validate Conventional Commit Messages - uses: webiny/action-conventional-commits@8bc41ff4e7d423d56fa4905f6ff79209a78776c7 # v1.3.0 + uses: webiny/action-conventional-commits@faccb24fc2550dd15c0390d944379d2d8ed9690e # v1.3.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Optional, for private repositories. allowed-commit-types: "fix,docs,style,refactor,test,chore,pref,ci,chore,feat,breaking,major,revert"