From 5386618a65c0cc02e7294fcb17760e6d36159e3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 19:34:02 +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 4ce979b8d..27366f2ab 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -105,7 +105,7 @@ jobs: - name: Compute Keycloak version id: keycloak_version - uses: madhead/semver-utils@v3 + uses: madhead/semver-utils@v4 with: version: ${{ matrix.env.KEYCLOAK_VERSION }}