From 82a661c66b9acbf0015899b2ee840f6917b80129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 18:08:05 +0000 Subject: [PATCH] build(deps): bump mathieudutour/github-tag-action from 5.6 to 6.1 Bumps [mathieudutour/github-tag-action](https://github.com/mathieudutour/github-tag-action) from 5.6 to 6.1. - [Release notes](https://github.com/mathieudutour/github-tag-action/releases) - [Commits](https://github.com/mathieudutour/github-tag-action/compare/v5.6...v6.1) --- updated-dependencies: - dependency-name: mathieudutour/github-tag-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 5b6f34d..3242c8c 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -33,7 +33,7 @@ jobs: echo "::set-output name=count::$COUNT" - name: Bump version and push tag id: tag_version - uses: mathieudutour/github-tag-action@v5.6 + uses: mathieudutour/github-tag-action@v6.1 with: github_token: ${{ secrets.CW_SCALA_STEWARD_TOKEN }} default_bump: patch