From 4f0ffc7c2a15ed68a8c9a090b01ac3930652f40d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:04:02 +0000 Subject: [PATCH] Bump im-open/create-tags-action from 1 to 2 Bumps [im-open/create-tags-action](https://github.com/im-open/create-tags-action) from 1 to 2. - [Commits](https://github.com/im-open/create-tags-action/compare/v1...v2) --- updated-dependencies: - dependency-name: im-open/create-tags-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/increment-version-on-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/increment-version-on-merge.yml b/.github/workflows/increment-version-on-merge.yml index 2ce46dd..582bc6b 100644 --- a/.github/workflows/increment-version-on-merge.yml +++ b/.github/workflows/increment-version-on-merge.yml @@ -51,7 +51,7 @@ jobs: default-release-type: major - name: Create Major and Latest Tags - uses: im-open/create-tags-action@v1 + uses: im-open/create-tags-action@v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} target-tag: ${{ steps.version.outputs.NEXT_VERSION }}