File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-24.04
1313
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616
1717 - name : Build wheels
1818 uses : pypa/cibuildwheel@v3.1.4
3030 runs-on : ubuntu-24.04-arm
3131
3232 steps :
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434
3535 - name : Build wheels
3636 uses : pypa/cibuildwheel@v3.1.4
4848 runs-on : macos-13
4949
5050 steps :
51- - uses : actions/checkout@v5
51+ - uses : actions/checkout@v6
5252
5353 - name : Build wheels
5454 uses : pypa/cibuildwheel@v3.1.4
6565 runs-on : macos-15
6666
6767 steps :
68- - uses : actions/checkout@v5
68+ - uses : actions/checkout@v6
6969
7070 - name : Build wheels
7171 uses : pypa/cibuildwheel@v3.1.4
8282 runs-on : ubuntu-latest
8383 timeout-minutes : 60
8484 steps :
85- - uses : actions/checkout@v5
85+ - uses : actions/checkout@v6
8686 - uses : actions/setup-python@v6
8787 with :
8888 python-version : ' 3.13'
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 timeout-minutes : 60
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - uses : actions/setup-python@v6
2323 with :
2424 python-version : ' 3.13'
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 timeout-minutes : 60
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - uses : actions/setup-python@v6
2323 with :
2424 python-version : ' 3.13'
Original file line number Diff line number Diff line change 2828
2929 - name : checkout libcasm-global
3030 if : steps.cache-libcasm-global-restore.outputs.cache-hit != 'true'
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232 with :
3333 repository : prisms-center/CASMcode_global
3434 path : CASMcode_global
6262
6363 - name : checkout libcasm-xtal
6464 if : steps.cache-libcasm-xtal-restore.outputs.cache-hit != 'true'
65- uses : actions/checkout@v5
65+ uses : actions/checkout@v6
6666 with :
6767 repository : prisms-center/CASMcode_crystallography
6868 path : CASMcode_crystallography
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 timeout-minutes : 60
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - uses : actions/setup-python@v6
2323 with :
2424 python-version : ' 3.13'
Original file line number Diff line number Diff line change 1111 runs-on : macOS-latest
1212 timeout-minutes : 60
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - uses : actions/setup-python@v6
1616 with :
1717 python-version : ' 3.13'
Original file line number Diff line number Diff line change 1111 runs-on : macOS-latest
1212 timeout-minutes : 60
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - uses : actions/setup-python@v6
1616 with :
1717 python-version : ' 3.13'
You can’t perform that action at this time.
0 commit comments