Skip to content

Commit 15f2a9b

Browse files
build(deps): bump mathieudutour/github-tag-action from 6.0 to 6.1
Bumps [mathieudutour/github-tag-action](https://github.com/mathieudutour/github-tag-action) from 6.0 to 6.1. - [Release notes](https://github.com/mathieudutour/github-tag-action/releases) - [Commits](mathieudutour/github-tag-action@v6.0...v6.1) --- updated-dependencies: - dependency-name: mathieudutour/github-tag-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f46a2c6 commit 15f2a9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bump-version.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- name: Get next version
2020
id: tag_version
21-
uses: mathieudutour/github-tag-action@v6.0
21+
uses: mathieudutour/github-tag-action@v6.1
2222
with:
2323
github_token: ${{ secrets.GITHUB_TOKEN }}
2424
default_bump: false

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- name: Create tag
1818
id: tag_version
19-
uses: mathieudutour/github-tag-action@v6.0
19+
uses: mathieudutour/github-tag-action@v6.1
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
2222
default_bump: false

0 commit comments

Comments
 (0)