Skip to content

Commit

Permalink
Bump issue-ops/semver from 0.3.2 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [issue-ops/semver](https://github.com/issue-ops/semver) from 0.3.2 to 1.0.0.
- [Release notes](https://github.com/issue-ops/semver/releases)
- [Commits](issue-ops/semver@v0.3.2...v1.0.0)

---
updated-dependencies:
- dependency-name: issue-ops/semver
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 8e71d29 commit a55fd6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Tag Version
id: tag
uses: issue-ops/semver@v0.3.2
uses: issue-ops/semver@v1.0.0
with:
manifest-path: ${{ env.MANIFEST_PATH }}
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Check Version
id: check-version
uses: issue-ops/semver@v0.3.2
uses: issue-ops/semver@v1.0.0
with:
check-only: true
manifest-path: ${{ env.MANIFEST_PATH }}

0 comments on commit a55fd6c

Please sign in to comment.