Skip to content

Commit 03a8a02

Browse files
build(deps): bump mathieudutour/github-tag-action from 6.1 to 6.2
Bumps [mathieudutour/github-tag-action](https://github.com/mathieudutour/github-tag-action) from 6.1 to 6.2. - [Release notes](https://github.com/mathieudutour/github-tag-action/releases) - [Commits](mathieudutour/github-tag-action@v6.1...v6.2) --- 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 93d6687 commit 03a8a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- name: Bump version and push tag
1313
id: tag_version
14-
uses: mathieudutour/github-tag-action@v6.1
14+
uses: mathieudutour/github-tag-action@v6.2
1515
with:
1616
github_token: ${{ secrets.GITHUB_TOKEN }}
1717
- name: Create a GitHub release

0 commit comments

Comments
 (0)