diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index d634ccb..cd92368 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -42,4 +42,4 @@ jobs: if: "github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.action == 'reopened' || github.event.action == 'edited')" steps: - uses: "actions/checkout@v6" - - uses: "webiny/action-conventional-commits@v1.3.0" + - uses: "webiny/action-conventional-commits@v1.3.1"