From 99609a75992c3e523250fdb8717331dad5e46dab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 23:53:54 +0000 Subject: [PATCH] Bump paulhatch/semantic-version from 5.3.0 to 5.4.0 Bumps [paulhatch/semantic-version](https://github.com/paulhatch/semantic-version) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/paulhatch/semantic-version/releases) - [Commits](https://github.com/paulhatch/semantic-version/compare/v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: paulhatch/semantic-version dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-auto-merged-prs.yml | 2 +- .github/workflows/push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-auto-merged-prs.yml b/.github/workflows/deploy-auto-merged-prs.yml index f2d7411..0616fb1 100644 --- a/.github/workflows/deploy-auto-merged-prs.yml +++ b/.github/workflows/deploy-auto-merged-prs.yml @@ -46,7 +46,7 @@ jobs: java-version: 21 distribution: 'temurin' - - uses: paulhatch/semantic-version@v5.3.0 + - uses: paulhatch/semantic-version@v5.4.0 id: tag with: bump_each_commit: true diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index c96dd76..4e06257 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -49,7 +49,7 @@ jobs: java-version: 21 distribution: 'temurin' - - uses: paulhatch/semantic-version@v5.3.0 + - uses: paulhatch/semantic-version@v5.4.0 id: tag with: bump_each_commit: true