From 55683cc7e9f0cbe9d7ef39de692541dfa09d2231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 03:48:12 +0000 Subject: [PATCH] Bump ITensor/ITensorActions/.github/workflows/TagBot.yml from 1 to 2 Bumps [ITensor/ITensorActions/.github/workflows/TagBot.yml](https://github.com/itensor/itensoractions) from 1 to 2. - [Commits](https://github.com/itensor/itensoractions/compare/v1...v2) --- updated-dependencies: - dependency-name: ITensor/ITensorActions/.github/workflows/TagBot.yml dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/TagBot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index d4da40e..0af6551 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -9,5 +9,5 @@ env: jobs: TagBot: if: "github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'" - uses: "ITensor/ITensorActions/.github/workflows/TagBot.yml@v1" + uses: "ITensor/ITensorActions/.github/workflows/TagBot.yml@v2" secrets: "inherit"