This repository was archived by the owner on May 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
- name : Set up QEMU
15
15
uses : docker/setup-qemu-action@v1
16
16
- name : Set up Docker Buildx
24
24
username : ${{ secrets.DOCKER_USERNAME }}
25
25
password : ${{ secrets.DOCKER_PASSWORD }}
26
26
- name : Set up JDK 8
27
- uses : actions/setup-java@v2
27
+ uses : actions/setup-java@v3
28
28
with :
29
29
java-version : 8
30
30
distribution : ' zulu'
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
- name : serializing workflow runs
16
16
uses : softprops/turnstyle@v1
17
17
with :
18
18
same-branch-only : false
19
19
env :
20
20
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21
21
- name : Set up JDK 1.8
22
- uses : actions/setup-java@v1
22
+ uses : actions/setup-java@v3
23
23
with :
24
24
java-version : 8
25
25
- name : Build with Gradle
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout repository
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
- name : Set up JDK 8
15
- uses : actions/setup-java@v2
15
+ uses : actions/setup-java@v3
16
16
with :
17
17
java-version : 8
18
18
distribution : ' zulu'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
dependencies {
8
8
classpath ' com.github.jengelman.gradle.plugins:shadow:6.1.0'
9
9
classpath ' org.ajoberstar:gradle-git-publish:2.1.3'
10
- classpath ' org.ajoberstar.grgit:grgit-gradle:4.1.1 '
10
+ classpath ' org.ajoberstar.grgit:grgit-gradle:5.0.0 '
11
11
}
12
12
}
13
13
You can’t perform that action at this time.
0 commit comments