From 5315d46bb2a41369ccadc973bc52cb2df375a121 Mon Sep 17 00:00:00 2001 From: Tyler Mairose <84410962+tyler-mairose-sp@users.noreply.github.com> Date: Tue, 13 Jan 2026 10:29:01 -0500 Subject: [PATCH] Revert yq --- .github/workflows/bump_version.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump_version.yaml b/.github/workflows/bump_version.yaml index 9fbf13ad..56354511 100644 --- a/.github/workflows/bump_version.yaml +++ b/.github/workflows/bump_version.yaml @@ -52,7 +52,7 @@ jobs: # Install yq for working with yaml files - name: Set up yq - uses: frenck/action-setup-yq@v2 + uses: frenck/action-setup-yq@v1 # Check input version is greater than the current tag - name: Check valid version