Skip to content

Commit 019b338

Browse files
committed
Use released ITensorActions in canary
1 parent f07d06c commit 019b338

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CheckCompatBounds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ permissions:
99
jobs:
1010
check-compat-bounds:
1111
name: "CheckCompatBounds"
12-
uses: "ITensor/ITensorActions/.github/workflows/CheckCompatBounds.yml@mf/share-version-helpers"
12+
uses: "ITensor/ITensorActions/.github/workflows/CheckCompatBounds.yml@v2"
1313
with:
1414
localregistry: "https://github.com/ITensor/ITensorRegistry.git"

.github/workflows/Registrator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
1818
registrator:
1919
name: "Registrator"
20-
uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@mf/share-version-helpers"
20+
uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@v2"
2121
with:
2222
localregistry: "ITensor/ITensorRegistry"
2323
secrets: "inherit"

.github/workflows/VersionCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ permissions:
1010
jobs:
1111
version-check:
1212
name: "VersionCheck"
13-
uses: "ITensor/ITensorActions/.github/workflows/VersionCheck.yml@mf/share-version-helpers"
13+
uses: "ITensor/ITensorActions/.github/workflows/VersionCheck.yml@v2"
1414
with:
1515
localregistry: "https://github.com/ITensor/ITensorRegistry.git"

0 commit comments

Comments
 (0)