File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ${{ matrix.os }}
12
12
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
16
16
- uses : sdkman/sdkman-action@master
17
17
with :
31
31
rm -rf kotlin-compiler.zip
32
32
fi
33
33
34
- - uses : actions/setup-node@v3
34
+ - uses : actions/setup-node@v4
35
35
with :
36
36
node-version : ' 14'
37
37
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
name : " Run Danger"
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
- name : Danger
12
12
uses : danger/kotlin@master
13
13
with :
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Check out Git repository
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
- name : Install Java and Maven
15
- uses : actions/setup-java@v3
15
+ uses : actions/setup-java@v4
16
16
with :
17
17
java-version : 1.8
18
18
- name : Install GNUPG2 & Import Key
You can’t perform that action at this time.
0 commit comments