File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177
177
# # Java
178
178
# #
179
179
180
- - uses : actions/setup-java@v4
180
+ - uses : actions/setup-java@v5
181
181
with :
182
182
distribution : temurin
183
183
java-version : ' ${{ steps.metadata.outputs.version }}'
Original file line number Diff line number Diff line change 60
60
brew install make gnu-sed grep gawk
61
61
echo "MAKE=gmake" >> $GITHUB_ENV
62
62
63
- - uses : actions/setup-java@v4
63
+ - uses : actions/setup-java@v5
64
64
with :
65
65
distribution : temurin
66
66
java-version : 21
@@ -137,7 +137,7 @@ jobs:
137
137
brew install make gnu-sed grep gawk
138
138
echo "MAKE=gmake" >> $GITHUB_ENV
139
139
140
- - uses : actions/setup-java@v4
140
+ - uses : actions/setup-java@v5
141
141
with :
142
142
distribution : temurin
143
143
java-version : 21
You can’t perform that action at this time.
0 commit comments