From 1c528ddaa516eda9ad5ad4506e24e72e34a2bf65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:40:19 +0000 Subject: [PATCH] Bump madhead/semver-utils from 3 to 4 Bumps [madhead/semver-utils](https://github.com/madhead/semver-utils) from 3 to 4. - [Release notes](https://github.com/madhead/semver-utils/releases) - [Commits](https://github.com/madhead/semver-utils/compare/v3...v4) --- updated-dependencies: - dependency-name: madhead/semver-utils dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4ef26f1e8..abcaf688d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -106,7 +106,7 @@ jobs: - name: Compute SemVer parts of Keycloak version id: keycloak_semver - uses: madhead/semver-utils@v3 + uses: madhead/semver-utils@v4 with: version: ${{ matrix.env.KEYCLOAK_VERSION }}