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: