@@ -24,15 +24,15 @@ jobs:
2424 uses : actions/cache/restore@v4
2525 with :
2626 path : CASMcode_global/dist
27- key : ${{ runner.os }}-libcasm-global-v2-1 -0
27+ key : ${{ runner.os }}-libcasm-global-v2-2 -0
2828
2929 - name : checkout libcasm-global
3030 if : steps.cache-libcasm-global-restore.outputs.cache-hit != 'true'
3131 uses : actions/checkout@v4
3232 with :
3333 repository : prisms-center/CASMcode_global
3434 path : CASMcode_global
35- ref : v2.1 .0
35+ ref : v2.2 .0
3636
3737 - name : make global
3838 if : steps.cache-libcasm-global-restore.outputs.cache-hit != 'true'
@@ -58,15 +58,15 @@ jobs:
5858 uses : actions/cache/restore@v4
5959 with :
6060 path : CASMcode_composition/dist
61- key : ${{ runner.os }}-libcasm-composition-v2-1 -0
61+ key : ${{ runner.os }}-libcasm-composition-v2-2 -0
6262
6363 - name : checkout libcasm-composition
6464 if : steps.cache-libcasm-composition-restore.outputs.cache-hit != 'true'
6565 uses : actions/checkout@v4
6666 with :
6767 repository : prisms-center/CASMcode_composition
6868 path : CASMcode_composition
69- ref : v2.1 .0
69+ ref : v2.2 .0
7070
7171 - name : make composition
7272 if : steps.cache-libcasm-composition-restore.outputs.cache-hit != 'true'
@@ -91,15 +91,15 @@ jobs:
9191 uses : actions/cache/restore@v4
9292 with :
9393 path : CASMcode_crystallography/dist
94- key : ${{ runner.os }}-libcasm-xtal-v2-1 -0
94+ key : ${{ runner.os }}-libcasm-xtal-v2-2 -0
9595
9696 - name : checkout libcasm-xtal
9797 if : steps.cache-libcasm-xtal-restore.outputs.cache-hit != 'true'
9898 uses : actions/checkout@v4
9999 with :
100100 repository : prisms-center/CASMcode_crystallography
101101 path : CASMcode_crystallography
102- ref : v2.1 .0
102+ ref : v2.2 .0
103103
104104 - name : make xtal
105105 if : steps.cache-libcasm-xtal-restore.outputs.cache-hit != 'true'
0 commit comments