File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
java : [ 8 ]
17
17
name : CI with Java ${{ matrix.java }}
18
18
steps :
19
- - uses : actions/checkout@v1
19
+ - uses : actions/checkout@v4
20
20
- name : Setup git user
21
21
run : |
22
22
git config --global user.name "Netflix OSS Maintainers"
Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v1
12
+ - uses : actions/checkout@v4
13
13
- name : Setup git user
14
14
run : |
15
15
git config --global user.name "Netflix OSS Maintainers"
Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 0
15
15
- name : Setup git user
You can’t perform that action at this time.
0 commit comments