From b09cfbf8abcbada713ebdbb6e19ba13d3887c4fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 16:37:51 -0700 Subject: [PATCH] chore: bump paulhatch/semantic-version from 5.2.1 to 5.4.0 (#598) Bumps [paulhatch/semantic-version](https://github.com/paulhatch/semantic-version) from 5.2.1 to 5.4.0. - [Release notes](https://github.com/paulhatch/semantic-version/releases) - [Commits](https://github.com/paulhatch/semantic-version/compare/v5.2.1...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/nightly.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f3e22b86..68283032d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -251,7 +251,7 @@ jobs: id: get-latest-tag - name: Set new version - uses: paulhatch/semantic-version@v5.2.1 + uses: paulhatch/semantic-version@v5.4.0 id: set-version with: tag_prefix: "v" diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index af6177a92..2f251c6f5 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -19,7 +19,7 @@ jobs: token: ${{ secrets.GH_ADMIN_COMMIT_TOKEN }} - name: Set new proposed version - uses: paulhatch/semantic-version@v5.2.1 + uses: paulhatch/semantic-version@v5.4.0 id: set-version with: tag_prefix: "v" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4bccf93f8..d4384d48b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: id: get-latest-tag - name: Set new version - uses: paulhatch/semantic-version@v5.2.1 + uses: paulhatch/semantic-version@v5.4.0 id: set-version with: tag_prefix: "v"