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 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout code
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v3
1212 with :
1313 ref : master
1414 fetch-depth : 0
1717 git config user.name "Zonky Bot"
1818 git config user.email "[email protected] " 1919 - name : Set up JDK
20- uses : actions/setup-java@v2
20+ uses : actions/setup-java@v3
2121 with :
2222 distribution : ' zulu'
2323 java-version : 8
Original file line number Diff line number Diff line change 1010 java : [8, 11, 15]
1111 steps :
1212 - name : Checkout project
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414 - name : Set up JDK
15- uses : actions/setup-java@v2
15+ uses : actions/setup-java@v3
1616 with :
1717 distribution : ' zulu'
1818 java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8 .3-bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.9 .3-bin.zip
You can’t perform that action at this time.
0 commit comments