From 008f044935e11723e2eec7d42a7e20da1684cc9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 01:38:12 +0000 Subject: [PATCH] chore(deps): bump paulhatch/semantic-version from 5.4.0 to 6.0.2 Bumps [paulhatch/semantic-version](https://github.com/paulhatch/semantic-version) from 5.4.0 to 6.0.2. - [Release notes](https://github.com/paulhatch/semantic-version/releases) - [Changelog](https://github.com/PaulHatch/semantic-version/blob/master/CHANGELOG.md) - [Commits](https://github.com/paulhatch/semantic-version/compare/v5.4.0...v6.0.2) --- updated-dependencies: - dependency-name: paulhatch/semantic-version dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/backend_ci.yml | 2 +- .github/workflows/frontend_ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend_ci.yml b/.github/workflows/backend_ci.yml index bb51a3b..1d8fbea 100644 --- a/.github/workflows/backend_ci.yml +++ b/.github/workflows/backend_ci.yml @@ -34,7 +34,7 @@ jobs: - name: Compute semantic version id: semantic_version - uses: paulhatch/semantic-version@v5.4.0 + uses: paulhatch/semantic-version@v6.0.2 with: branch: main version_format: "${major}.${minor}.${patch}" diff --git a/.github/workflows/frontend_ci.yml b/.github/workflows/frontend_ci.yml index f7b11a9..4a0f24c 100644 --- a/.github/workflows/frontend_ci.yml +++ b/.github/workflows/frontend_ci.yml @@ -31,7 +31,7 @@ jobs: - name: Compute semantic version id: semantic_version if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: paulhatch/semantic-version@v5.4.0 + uses: paulhatch/semantic-version@v6.0.2 with: branch: main version_format: "${major}.${minor}.${patch}"