Commit d21b09a 1 parent 871608d commit d21b09a Copy full SHA for d21b09a
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
# Clone timefold-solver
20
20
# Need to check for stale repo, since Github is not aware of the build chain and therefore doesn't automate it.
21
21
- name : Checkout timefold-solver to access the scripts
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
with :
24
24
path : ' ./timefold-solver'
25
25
repository : ' TimefoldAI/timefold-solver'
34
34
./timefold-solver/.github/scripts/check_chain_repo.sh
35
35
rm -rf ./timefold-solver
36
36
- name : Checkout the proper timefold-solver branch
37
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
38
38
with :
39
39
repository : ${{ env.TARGET_CHAIN_USER }}/${{ env.TARGET_CHAIN_REPO }}
40
40
ref : ${{ env.TARGET_CHAIN_BRANCH }}
51
51
# Clone timefold-quickstarts
52
52
# No need to check for stale repo, as Github merges the main repo into the fork automatically.
53
53
- name : Checkout timefold-quickstarts
54
- uses : actions/checkout@v3
54
+ uses : actions/checkout@v4
55
55
with :
56
56
path : ' ./timefold-quickstarts'
57
57
Original file line number Diff line number Diff line change 18
18
# Clone timefold-solver
19
19
# Need to check for stale repo, since Github is not aware of the build chain and therefore doesn't automate it.
20
20
- name : Checkout timefold-solver to access the scripts
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
with :
23
23
path : ' ./timefold-solver'
24
24
repository : ' TimefoldAI/timefold-solver'
33
33
./timefold-solver/.github/scripts/check_chain_repo.sh
34
34
rm -rf ./timefold-solver
35
35
- name : Checkout the proper timefold-solver branch
36
- uses : actions/checkout@v3
36
+ uses : actions/checkout@v4
37
37
with :
38
38
repository : ${{ env.TARGET_CHAIN_USER }}/${{ env.TARGET_CHAIN_REPO }}
39
39
ref : ${{ env.TARGET_CHAIN_BRANCH }}
50
50
# Clone timefold-quickstarts
51
51
# No need to check for stale repo, as Github merges the main repo into the fork automatically.
52
52
- name : Checkout timefold-quickstarts
53
- uses : actions/checkout@v3
53
+ uses : actions/checkout@v4
54
54
with :
55
55
path : ' ./timefold-quickstarts'
56
56
You can’t perform that action at this time.
0 commit comments