Skip to content

Commit

Permalink
Bump the actions-minor group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the actions-minor group with 2 updates: [issue-ops/semver](https://github.com/issue-ops/semver) and [issue-ops/releaser](https://github.com/issue-ops/releaser).


Updates `issue-ops/semver` from 2.0.0 to 2.4.0
- [Release notes](https://github.com/issue-ops/semver/releases)
- [Commits](issue-ops/semver@v2.0.0...v2.4.0)

Updates `issue-ops/releaser` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/issue-ops/releaser/releases)
- [Commits](issue-ops/releaser@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: issue-ops/semver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor
- dependency-name: issue-ops/releaser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 71ea9e0 commit ce112cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:

- name: Tag Version
id: tag
uses: issue-ops/semver@v2.0.0
uses: issue-ops/semver@v2.4.0
with:
manifest-path: ${{ env.MANIFEST_PATH }}
ref: main
workspace: ${{ github.workspace }}

- name: Create Release
id: release
uses: issue-ops/releaser@v2.0.0
uses: issue-ops/releaser@v2.1.0
with:
tag: v${{ steps.tag.outputs.version }}

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@v2.0.0
uses: issue-ops/semver@v2.4.0
with:
check-only: true
manifest-path: ${{ env.MANIFEST_PATH }}

0 comments on commit ce112cb

Please sign in to comment.