From 3b1847f1b86c53d9072ac0f5af26151ad41f529f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:09:43 +0000 Subject: [PATCH] build(deps): Bump step-security/semver-utils from 3.1.0 to 4.3.0 Bumps [step-security/semver-utils](https://github.com/step-security/semver-utils) from 3.1.0 to 4.3.0. - [Release notes](https://github.com/step-security/semver-utils/releases) - [Commits](https://github.com/step-security/semver-utils/compare/c392dfe4e25826fe9fe6aa4c872c9c216b1982cb...a24a84bec134bf99b85937a44b58cc9a1d268edd) --- updated-dependencies: - dependency-name: step-security/semver-utils dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-automation.yml b/.github/workflows/release-automation.yml index 53b687b03..3a3e186a3 100644 --- a/.github/workflows/release-automation.yml +++ b/.github/workflows/release-automation.yml @@ -27,7 +27,7 @@ jobs: - name: Parse Version id: version_parser - uses: step-security/semver-utils@c392dfe4e25826fe9fe6aa4c872c9c216b1982cb # v3.1.0 + uses: step-security/semver-utils@a24a84bec134bf99b85937a44b58cc9a1d268edd # v4.3.0 with: lenient: false version: ${{ github.event.inputs.version }}