File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 build-zally :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 - name : Set up JDK
15- uses : actions/setup-java@v2
15+ uses : actions/setup-java@v4
1616 with :
1717 java-version : ' 17'
18- distribution : ' adopt '
18+ distribution : ' temurin '
1919 - name : Cache Gradle packages
2020 uses : actions/cache@v4
2121 with :
@@ -43,12 +43,12 @@ jobs:
4343 build-cli :
4444 runs-on : ubuntu-latest
4545 steps :
46- - uses : actions/checkout@v2
46+ - uses : actions/checkout@v4
4747 - name : Set up JDK
48- uses : actions/setup-java@v2
48+ uses : actions/setup-java@v4
4949 with :
5050 java-version : ' 17'
51- distribution : ' adopt '
51+ distribution : ' temurin '
5252 - uses : actions/setup-go@v2
5353 with :
5454 go-version : ' 1.16'
7575 test-web-ui :
7676 runs-on : ubuntu-latest
7777 steps :
78- - uses : actions/checkout@v3
78+ - uses : actions/checkout@v4
7979 - uses : actions/setup-node@v3
8080 with :
8181 node-version : 18
You can’t perform that action at this time.
0 commit comments