Skip to content

Commit ad05b77

Browse files
dependabot[bot]ascopes
authored andcommitted
Bump actions/setup-java from 3.11.0 to 3.12.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3.11.0...v3.12.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0bc875a commit ad05b77

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 2
2525

2626
- name: Initialize Java
27-
uses: actions/setup-java@v3.11.0
27+
uses: actions/setup-java@v3.12.0
2828
with:
2929
distribution: 'zulu'
3030
java-version: 17
@@ -81,7 +81,7 @@ jobs:
8181
fetch-depth: 2
8282

8383
- name: Initialize JDK
84-
uses: actions/setup-java@v3.11.0
84+
uses: actions/setup-java@v3.12.0
8585
with:
8686
cache: maven
8787
check-latest: true
@@ -238,7 +238,7 @@ jobs:
238238
fetch-depth: 2
239239

240240
- name: Initialize Java
241-
uses: actions/setup-java@v3.11.0
241+
uses: actions/setup-java@v3.12.0
242242
with:
243243
distribution: 'zulu'
244244
# Must use >= JDK 17 for JavaDocs to generate correctly.

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-depth: 2
3636

3737
- name: Initialize Java environment
38-
uses: actions/setup-java@v3.11.0
38+
uses: actions/setup-java@v3.12.0
3939
with:
4040
distribution: zulu
4141
# Must use >= JDK 17 for Javadocs to generate correctly.

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 1
1818

1919
- name: Initialize Java environment
20-
uses: actions/setup-java@v3.11.0
20+
uses: actions/setup-java@v3.12.0
2121
with:
2222
distribution: zulu
2323
java-version: 11

0 commit comments

Comments
 (0)