From b2c8787ecf3a00984a56cdda6faf8653d9c5fc3b Mon Sep 17 00:00:00 2001
From: goldbuick <whitlark@gmail.com>
Date: Sun, 12 May 2024 19:43:36 -0400
Subject: [PATCH] .

---
 .github/workflows/task-update-version.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/task-update-version.yml b/.github/workflows/task-update-version.yml
index e66f5e695..953dee55d 100644
--- a/.github/workflows/task-update-version.yml
+++ b/.github/workflows/task-update-version.yml
@@ -18,12 +18,12 @@ jobs:
 
       - name: scan commits for versioning
         id: version
-        uses: paulhatch/semantic-version@v5.3.0
+        uses: paulhatch/semantic-version@v5.4.0
         with:
           minor_pattern: "feat: "
           major_pattern: "release: "
-          bump_each_commit: true
           bump_each_commit_patch_pattern: "(fix|add): "
+          bump_each_commit: true
 
       - name: log package after
         run: cat ./package.json