Skip to content

Commit ea5e2f9

Browse files
Bump paulhatch/semantic-version from 5.0.2 to 5.0.3 (#45)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66b19fe commit ea5e2f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-git-release-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# Outputs documentation: https://github.com/PaulHatch/semantic-version/blob/master/src/main.ts#L22-L33
2626
- name: Resolving next Release Candidate version using semantic-version
27-
uses: paulhatch/semantic-version@v5.0.2
27+
uses: paulhatch/semantic-version@v5.0.3
2828
id: next_semantic_version
2929
with: # See https://github.com/PaulHatch/semantic-version#usage
3030
tag_prefix: "v" # The prefix to use to identify tags

.github/workflows/auto-git-release-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# Outputs documentation: https://github.com/PaulHatch/semantic-version/blob/master/src/main.ts#L22-L33
2626
- name: Resolving next Release Candidate version using semantic-version
27-
uses: paulhatch/semantic-version@v5.0.2
27+
uses: paulhatch/semantic-version@v5.0.3
2828
id: next_semantic_version
2929
with: # See https://github.com/PaulHatch/semantic-version#usage
3030
tag_prefix: "v" # The prefix to use to identify tags

0 commit comments

Comments
 (0)