Skip to content

Commit fca85a5

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

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/[email protected].2
27+
uses: paulhatch/[email protected].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/[email protected].2
27+
uses: paulhatch/[email protected].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)