From 689d55ef6d22bf3c730444d7e1fb3b69c3703d3a Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Thu, 18 Jan 2024 12:45:50 -0600 Subject: [PATCH] squash: update commit-me Co-authored-by: Kevin de Jong <134343960+Kevin-de-Jong@users.noreply.github.com> --- .github/workflows/conventional-commits.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional-commits.yaml b/.github/workflows/conventional-commits.yaml index f50ead02a..f33b79257 100644 --- a/.github/workflows/conventional-commits.yaml +++ b/.github/workflows/conventional-commits.yaml @@ -22,7 +22,7 @@ jobs: name: Conventional Commits Validation runs-on: ubuntu-latest steps: - - uses: dev-build-deploy/commit-me@v1.2.0 + - uses: dev-build-deploy/commit-me@v1.3.1 with: token: ${{ secrets.GITHUB_TOKEN }} include-commits: false