From 5f5daad84b7d04661f90785a54a6b457e6cedb84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 13:30:36 +0000 Subject: [PATCH] Bump lablnet/create-branch-from-tag from 1.0.4 to 2.0 Bumps [lablnet/create-branch-from-tag](https://github.com/lablnet/create-branch-from-tag) from 1.0.4 to 2.0. - [Release notes](https://github.com/lablnet/create-branch-from-tag/releases) - [Commits](https://github.com/lablnet/create-branch-from-tag/compare/v1.0.4...v2.0) --- updated-dependencies: - dependency-name: lablnet/create-branch-from-tag dependency-version: '2.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index b95547b..a15dd39 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Create Branch id: create_branch - uses: lablnet/create-branch-from-tag@v1.0.4 + uses: lablnet/create-branch-from-tag@v2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: