Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CheckCompatBounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
2 changes: 1 addition & 1 deletion .github/workflows/IntegrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/VersionCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading