File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout ARC
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222 with :
2323 path : ARC
2424
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v3
27+ uses : actions/checkout@v6
2828
2929 - name : Initialize CodeQL
3030 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 3434 swap-storage : true
3535
3636 - name : Checkout
37- uses : actions/checkout@v5.0.0
37+ uses : actions/checkout@v6
3838
3939 - name : Set up Buildx
4040 uses : docker/setup-buildx-action@v3.11.1
Original file line number Diff line number Diff line change 1414 steps :
1515 # ── clone ARC repo ───────────────────────────────────────────
1616 - name : Checkout ARC
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 with :
1919 repository : ReactionMechanismGenerator/ARC
2020 path : ARC
Original file line number Diff line number Diff line change 1919 steps :
2020 # ────────── source repo ──────────
2121 - name : Checkout ARC
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v6
2323
2424 # ────────── AutoTST ──────────
2525 - name : Cache AutoTST
3232 ${{ runner.os }}-autotst-
3333 - name : Checkout AutoTST
3434 if : steps.cache-autotst.outputs.cache-hit != 'true'
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v6
3636 with :
3737 repository : ReactionMechanismGenerator/AutoTST
3838 path : AutoTST
5050 ${{ runner.os }}-tsgcn-
5151 - name : Checkout TS-GCN
5252 if : steps.cache-tsgcn.outputs.cache-hit != 'true'
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v6
5454 with :
5555 repository : ReactionMechanismGenerator/TS-GCN
5656 path : TS-GCN
6868 ${{ runner.os }}-kinbot-
6969 - name : Checkout KinBot 2.0.6
7070 if : steps.cache-kinbot.outputs.cache-hit != 'true'
71- uses : actions/checkout@v4
71+ uses : actions/checkout@v6
7272 with :
7373 repository : zadorlab/KinBot
7474 path : KinBot
You can’t perform that action at this time.
0 commit comments