From dfdb07b2c4947a16ca296c349eca78f43240cade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 08:02:47 +0000 Subject: [PATCH] Bump paulhatch/semantic-version from 5.0.2 to 5.0.3 Bumps [paulhatch/semantic-version](https://github.com/paulhatch/semantic-version) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/paulhatch/semantic-version/releases) - [Commits](https://github.com/paulhatch/semantic-version/compare/v5.0.2...v5.0.3) --- updated-dependencies: - dependency-name: paulhatch/semantic-version dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-git-release-production.yml | 2 +- .github/workflows/auto-git-release-staging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-git-release-production.yml b/.github/workflows/auto-git-release-production.yml index 35c1047..117d890 100644 --- a/.github/workflows/auto-git-release-production.yml +++ b/.github/workflows/auto-git-release-production.yml @@ -24,7 +24,7 @@ jobs: # Outputs documentation: https://github.com/PaulHatch/semantic-version/blob/master/src/main.ts#L22-L33 - name: Resolving next Release Candidate version using semantic-version - uses: paulhatch/semantic-version@v5.0.2 + uses: paulhatch/semantic-version@v5.0.3 id: next_semantic_version with: # See https://github.com/PaulHatch/semantic-version#usage tag_prefix: "v" # The prefix to use to identify tags diff --git a/.github/workflows/auto-git-release-staging.yml b/.github/workflows/auto-git-release-staging.yml index 2d2b5e9..cf8a61c 100644 --- a/.github/workflows/auto-git-release-staging.yml +++ b/.github/workflows/auto-git-release-staging.yml @@ -24,7 +24,7 @@ jobs: # Outputs documentation: https://github.com/PaulHatch/semantic-version/blob/master/src/main.ts#L22-L33 - name: Resolving next Release Candidate version using semantic-version - uses: paulhatch/semantic-version@v5.0.2 + uses: paulhatch/semantic-version@v5.0.3 id: next_semantic_version with: # See https://github.com/PaulHatch/semantic-version#usage tag_prefix: "v" # The prefix to use to identify tags