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@v4
33
+ uses : actions/checkout@v5
34
34
with :
35
35
token : ${{ secrets.PAT || github.token }}
36
36
fetch-depth : 0
Original file line number Diff line number Diff line change 29
29
timeout-minutes : 30
30
30
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
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@v4
14
+ uses : actions/checkout@v5
15
15
16
16
- name : Set git config user
17
17
run :
git config user.email "[email protected] " && git config user.name "compose-devrel-github-bot"
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@v4
10
+ - uses : actions/checkout@v5
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