Skip to content

Commit

Permalink
chore: bump paulhatch/semantic-version from 5.2.1 to 5.4.0 (#598)
Browse files Browse the repository at this point in the history
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](PaulHatch/semantic-version@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 28, 2024
1 parent e3b0c9a commit b09cfbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b09cfbf

Please sign in to comment.