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 40
40
- uses : actions/checkout@v5
41
41
- uses : actions/setup-node@v4
42
42
- name : Set up JDK ${{ matrix.java }}
43
- uses : actions/setup-java@v4
43
+ uses : actions/setup-java@v5
44
44
with :
45
45
distribution : " temurin"
46
46
java-version : ${{ matrix.java }}
93
93
- name : " Use Node.js"
94
94
uses : actions/setup-node@v4
95
95
- name : Install Java
96
- uses : actions/setup-java@v4
96
+ uses : actions/setup-java@v5
97
97
with :
98
98
distribution : " temurin" # See 'Supported distributions' for available options
99
99
java-version : " 17"
@@ -162,7 +162,7 @@ jobs:
162
162
with :
163
163
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
164
164
- name : Set up JDK
165
- uses : actions/setup-java@v4
165
+ uses : actions/setup-java@v5
166
166
with :
167
167
distribution : " temurin"
168
168
java-version : 17
Original file line number Diff line number Diff line change 44
44
uses : actions/checkout@v5
45
45
46
46
- name : Setup Java JDK
47
- uses : actions/setup-java@v4
47
+ uses : actions/setup-java@v5
48
48
with :
49
49
distribution : ' temurin'
50
50
java-version : 17
Original file line number Diff line number Diff line change 51
51
registry-url : " https://registry.npmjs.org"
52
52
53
53
- name : Setup Java
54
- uses : actions/setup-java@v4
54
+ uses : actions/setup-java@v5
55
55
with :
56
56
distribution : " temurin" # As good as any other, see: https://github.com/actions/setup-java#supported-distributions
57
57
java-package : " jdk"
You can’t perform that action at this time.
0 commit comments