From daab19fc91775b7ddaccf3eadda803290c197b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:38:22 +0000 Subject: [PATCH] Bump ITensor/ITensorActions Bumps [ITensor/ITensorActions](https://github.com/itensor/itensoractions) from fe3dfd399dc770aeb0e151e04dbd3d4627b9e603 to 48df4851ecc2d6ad1f282bbb566230945b3b406c. - [Commits](https://github.com/itensor/itensoractions/compare/fe3dfd399dc770aeb0e151e04dbd3d4627b9e603...48df4851ecc2d6ad1f282bbb566230945b3b406c) --- updated-dependencies: - dependency-name: ITensor/ITensorActions dependency-version: 48df4851ecc2d6ad1f282bbb566230945b3b406c dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/CheckCompatBounds.yml | 2 +- .github/workflows/IntegrationTest.yml | 2 +- .github/workflows/TagBot.yml | 2 +- .github/workflows/Tests.yml | 2 +- .github/workflows/VersionCheck.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CheckCompatBounds.yml b/.github/workflows/CheckCompatBounds.yml index fc8125b..eca81a4 100644 --- a/.github/workflows/CheckCompatBounds.yml +++ b/.github/workflows/CheckCompatBounds.yml @@ -82,7 +82,7 @@ jobs: project: "${{ inputs.subdir != '' && inputs.subdir || inputs.project }}" - name: "Check compat upper bounds" - uses: ITensor/ITensorActions/.github/actions/check-compat-bounds@fe3dfd399dc770aeb0e151e04dbd3d4627b9e603 + uses: ITensor/ITensorActions/.github/actions/check-compat-bounds@48df4851ecc2d6ad1f282bbb566230945b3b406c with: workspace-root: "${{ inputs.subdir != '' && inputs.subdir || inputs.workspace-root }}" mode: "${{ inputs.mode }}" diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index aa7517b..8dd32a6 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -70,7 +70,7 @@ jobs: pkg: ${{ fromJSON(inputs.pkgs) }} steps: - - uses: ITensor/ITensorActions/.github/actions/classify-pr@fe3dfd399dc770aeb0e151e04dbd3d4627b9e603 + - uses: ITensor/ITensorActions/.github/actions/classify-pr@48df4851ecc2d6ad1f282bbb566230945b3b406c id: classify with: # `subdir` (the in-tree package under test) is auto-appended diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 616f175..1ec3aed 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -43,7 +43,7 @@ jobs: matrix: subdir: "${{ fromJSON(inputs.subdirs) }}" steps: - - uses: "ITensor/ITensorActions/.github/actions/tag-subdir@fe3dfd399dc770aeb0e151e04dbd3d4627b9e603" + - uses: "ITensor/ITensorActions/.github/actions/tag-subdir@48df4851ecc2d6ad1f282bbb566230945b3b406c" with: subdir: "${{ matrix.subdir }}" token: "${{ secrets.TAGBOT_PAT || github.token }}" diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index af42624..2e3b222 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -140,7 +140,7 @@ jobs: runs-on: "${{ inputs.self-hosted && 'self-hosted' || inputs.os }}" timeout-minutes: ${{ inputs.timeout-minutes }} steps: - - uses: ITensor/ITensorActions/.github/actions/classify-pr@fe3dfd399dc770aeb0e151e04dbd3d4627b9e603 + - uses: ITensor/ITensorActions/.github/actions/classify-pr@48df4851ecc2d6ad1f282bbb566230945b3b406c id: classify with: # `subdir` (the package being tested) is auto-appended to diff --git a/.github/workflows/VersionCheck.yml b/.github/workflows/VersionCheck.yml index 3b8a24a..733e0cb 100644 --- a/.github/workflows/VersionCheck.yml +++ b/.github/workflows/VersionCheck.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: ITensor/ITensorActions/.github/actions/classify-pr@fe3dfd399dc770aeb0e151e04dbd3d4627b9e603 + - uses: ITensor/ITensorActions/.github/actions/classify-pr@48df4851ecc2d6ad1f282bbb566230945b3b406c id: classify with: # `subdir` (the in-tree package whose Project.toml is checked) is