File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ${{ matrix.os }}
1212
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515
1616 - uses : sdkman/sdkman-action@master
1717 with :
3131 rm -rf kotlin-compiler.zip
3232 fi
3333
34- - uses : actions/setup-node@v3
34+ - uses : actions/setup-node@v4
3535 with :
3636 node-version : ' 14'
3737
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 name : " Run Danger"
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111 - name : Danger
1212 uses : danger/kotlin@master
1313 with :
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Check out Git repository
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414 - name : Install Java and Maven
15- uses : actions/setup-java@v3
15+ uses : actions/setup-java@v4
1616 with :
1717 java-version : 1.8
1818 - name : Install GNUPG2 & Import Key
You can’t perform that action at this time.
0 commit comments