diff --git a/templates/github/.github/workflows/Documentation.yml b/templates/github/.github/workflows/Documentation.yml index 4fe4d77..2fde63d 100644 --- a/templates/github/.github/workflows/Documentation.yml +++ b/templates/github/.github/workflows/Documentation.yml @@ -16,7 +16,7 @@ concurrency: jobs: build-and-deploy-docs: name: "Documentation" - uses: "ITensor/JuliaActions/workflows/Documentation.yml@main" + uses: "ITensor/ITensorActions/workflows/Documentation.yml@main" with: localregistry: https://github.com/ITensor/ITensorRegistry.git secrets: "inherit" diff --git a/templates/github/.github/workflows/FormatCheck.yml b/templates/github/.github/workflows/FormatCheck.yml index bbb0202..12613c5 100644 --- a/templates/github/.github/workflows/FormatCheck.yml +++ b/templates/github/.github/workflows/FormatCheck.yml @@ -10,4 +10,4 @@ on: jobs: format-check: name: "Format Check" - uses: "ITensor/JuliaActions/workflows/FormatCheck.yml@main" + uses: "ITensor/ITensorActions/workflows/FormatCheck.yml@main" diff --git a/templates/github/.github/workflows/LiterateCheck.yml b/templates/github/.github/workflows/LiterateCheck.yml index 78cf0e9..3e864d5 100644 --- a/templates/github/.github/workflows/LiterateCheck.yml +++ b/templates/github/.github/workflows/LiterateCheck.yml @@ -10,6 +10,6 @@ on: jobs: literate: name: "Literate Check" - uses: "ITensor/JuliaActions/workflows/LiterateCheck.yml@main" + uses: "ITensor/ITensorActions/workflows/LiterateCheck.yml@main" with: localregistry: https://github.com/ITensor/JuliaRegistry.git diff --git a/templates/github/.github/workflows/Tests.yml b/templates/github/.github/workflows/Tests.yml index 318cead..27346ea 100644 --- a/templates/github/.github/workflows/Tests.yml +++ b/templates/github/.github/workflows/Tests.yml @@ -32,7 +32,7 @@ jobs: - ubuntu-latest - macOS-latest - windows-latest - uses: "ITensor/JuliaActions/workflows/Tests.yml@main" + uses: "ITensor/ITensorActions/workflows/Tests.yml@main" with: group: "${{ matrix.group }}" julia-version: "${{ matrix.version }}"