Skip to content

Commit

Permalink
Bump paulhatch/semantic-version from 5.3.0 to 5.4.0
Browse files Browse the repository at this point in the history
Bumps [paulhatch/semantic-version](https://github.com/paulhatch/semantic-version) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/paulhatch/semantic-version/releases)
- [Commits](PaulHatch/semantic-version@v5.3.0...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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent bb27809 commit 99609a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-auto-merged-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
java-version: 21
distribution: 'temurin'

- uses: paulhatch/semantic-version@v5.3.0
- uses: paulhatch/semantic-version@v5.4.0
id: tag
with:
bump_each_commit: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
java-version: 21
distribution: 'temurin'

- uses: paulhatch/semantic-version@v5.3.0
- uses: paulhatch/semantic-version@v5.4.0
id: tag
with:
bump_each_commit: true
Expand Down

0 comments on commit 99609a7

Please sign in to comment.