Skip to content

Commit

Permalink
Bump the actions-minor group with 2 updates (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Gospodinow <[email protected]>
  • Loading branch information
dependabot[bot] and danielgospodinow authored Dec 2, 2024
1 parent 71ea9e0 commit 703fef5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 }}
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.11
0.0.12

0 comments on commit 703fef5

Please sign in to comment.