Skip to content

Commit 18bae11

Browse files
Bump the actions-minor group with 2 updates (#28)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Gospodinow <danielgospodinow@gmail.com>
1 parent 03adca8 commit 18bae11

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ jobs:
4747

4848
- name: Tag Version
4949
id: tag
50-
uses: issue-ops/semver@v2.4.0
50+
uses: issue-ops/semver@v2.5.0
5151
with:
5252
manifest-path: ${{ env.MANIFEST_PATH }}
5353
ref: main
5454
workspace: ${{ github.workspace }}
5555

5656
- name: Create Release
5757
id: release
58-
uses: issue-ops/releaser@v2.1.0
58+
uses: issue-ops/releaser@v2.2.0
5959
with:
6060
tag: v${{ steps.tag.outputs.version }}
6161

.github/workflows/version-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Check Version
3636
id: check-version
37-
uses: issue-ops/semver@v2.4.0
37+
uses: issue-ops/semver@v2.5.0
3838
with:
3939
check-only: true
4040
manifest-path: ${{ env.MANIFEST_PATH }}

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.13
1+
0.0.14

0 commit comments

Comments
 (0)