From 417a0519431a5cb59b29622a28958496ddeaea45 Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Sun, 2 Apr 2023 14:28:26 -0400 Subject: [PATCH] fix: update conventional-commit-checker-action to 2.0 --- .github/workflows/check-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-commits.yml b/.github/workflows/check-commits.yml index dfa525780..d08284174 100644 --- a/.github/workflows/check-commits.yml +++ b/.github/workflows/check-commits.yml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v3 - name: Check for Conventional Commits - uses: agenthunt/conventional-commit-checker-action@v1.0.0 + uses: agenthunt/conventional-commit-checker-action@v2.0.0