diff --git a/.github/workflows/CheckCompatBounds.yml b/.github/workflows/CheckCompatBounds.yml index f5277d6..417edf6 100644 --- a/.github/workflows/CheckCompatBounds.yml +++ b/.github/workflows/CheckCompatBounds.yml @@ -6,6 +6,6 @@ permissions: jobs: check-compat-bounds: name: "CheckCompatBounds" - uses: "ITensor/ITensorActions/.github/workflows/CheckCompatBounds.yml@v2" + uses: "ITensor/ITensorActions/.github/workflows/CheckCompatBounds.yml@mf/subdir-inputs" with: localregistry: "https://github.com/ITensor/ITensorRegistry.git" diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 305496d..0b1731c 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -9,7 +9,7 @@ permissions: jobs: compathelper: name: "CompatHelper" - uses: "ITensor/ITensorActions/.github/workflows/CompatHelper.yml@v2" + uses: "ITensor/ITensorActions/.github/workflows/CompatHelper.yml@mf/subdir-inputs" with: localregistry: "https://github.com/ITensor/ITensorRegistry.git" secrets: "inherit" diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 9c6dec4..7834455 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -15,7 +15,7 @@ permissions: jobs: documentation: name: "Documentation" - uses: "ITensor/ITensorActions/.github/workflows/Documentation.yml@v2" + uses: "ITensor/ITensorActions/.github/workflows/Documentation.yml@mf/subdir-inputs" with: localregistry: "https://github.com/ITensor/ITensorRegistry.git" secrets: diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index 52a256c..3570b66 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -17,7 +17,7 @@ permissions: jobs: integration-test: name: "IntegrationTest" - uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@v2" + uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@mf/subdir-inputs" secrets: "inherit" with: localregistry: "https://github.com/ITensor/ITensorRegistry.git" diff --git a/.github/workflows/Registrator.yml b/.github/workflows/Registrator.yml index 82d0a03..a2d542a 100644 --- a/.github/workflows/Registrator.yml +++ b/.github/workflows/Registrator.yml @@ -17,7 +17,7 @@ permissions: jobs: registrator: name: "Registrator" - uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@v2" + uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@mf/subdir-inputs" with: localregistry: "ITensor/ITensorRegistry" secrets: "inherit" diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 7add6ef..8be16eb 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -34,7 +34,7 @@ jobs: - "ubuntu-latest" - "macOS-latest" - "windows-latest" - uses: "ITensor/ITensorActions/.github/workflows/Tests.yml@v2" + uses: "ITensor/ITensorActions/.github/workflows/Tests.yml@mf/subdir-inputs" with: group: "${{ matrix.group }}" julia-version: "${{ matrix.version }}" diff --git a/.github/workflows/VersionCheck.yml b/.github/workflows/VersionCheck.yml index 7d6d202..757f2e2 100644 --- a/.github/workflows/VersionCheck.yml +++ b/.github/workflows/VersionCheck.yml @@ -7,6 +7,6 @@ permissions: jobs: version-check: name: "VersionCheck" - uses: "ITensor/ITensorActions/.github/workflows/VersionCheck.yml@v2" + uses: "ITensor/ITensorActions/.github/workflows/VersionCheck.yml@mf/subdir-inputs" with: localregistry: "https://github.com/ITensor/ITensorRegistry.git"