File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
31
31
steps :
32
32
- name : Checkout Repository
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
with :
35
35
token : ${{ secrets.PAT || github.token }}
36
36
Original file line number Diff line number Diff line change 29
29
timeout-minutes : 30
30
30
31
31
steps :
32
- - uses : actions/checkout@v3
32
+ - uses : actions/checkout@v4
33
33
with :
34
34
token : ${{ secrets.PAT || github.token }}
35
35
- name : set up Java 17
Original file line number Diff line number Diff line change 11
11
name : Syncing branches
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
16
16
- name : Merge main into latest
17
17
run : git fetch && git switch latest && git merge origin/main
Original file line number Diff line number Diff line change 7
7
build :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
- name : set up JDK 17
12
12
uses : actions/setup-java@v4
13
13
with :
You can’t perform that action at this time.
0 commit comments