File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ jobs:
40
40
runs-on : ubuntu-latest
41
41
steps :
42
42
- uses : actions/checkout@v2
43
- - name : Set up JDK 11
43
+ - name : Set up JDK 17
44
44
uses : actions/setup-java@v2
45
45
with :
46
- java-version : 11
47
- distribution : ' adopt '
46
+ java-version : 17
47
+ distribution : ' temurin '
48
48
- name : Install Protoc
49
49
run : sudo apt install -y protobuf-compiler
50
50
- uses : actions/cache@v4
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ jobs:
36
36
uses : actions/checkout@v2
37
37
with :
38
38
submodules : true
39
- - name : Set up JDK 11
39
+ - name : Set up JDK 17
40
40
uses : actions/setup-java@v2
41
41
with :
42
- java-version : 11
43
- distribution : ' adopt '
42
+ java-version : 17
43
+ distribution : ' temurin '
44
44
- name : Install Protoc
45
45
run : sudo apt install -y protobuf-compiler
46
46
- uses : actions/cache@v4
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ jobs:
36
36
API_KEY : $HOME/gems
37
37
steps :
38
38
- uses : actions/checkout@v2
39
- - name : Set up JDK 1.8
39
+ - name : Set up JDK 17
40
40
uses : actions/setup-java@v2
41
41
with :
42
- java-version : 8
43
- distribution : ' adopt '
42
+ java-version : 17
43
+ distribution : ' temurin '
44
44
- name : Install ruby
45
45
run : |
46
46
sudo apt install -y ruby-full build-essential zlib1g-dev
You can’t perform that action at this time.
0 commit comments