Skip to content

Commit c996ee8

Browse files
authored
Merge pull request #1020 from apache/dependabot/github_actions/actions/setup-java-3.12.0
build(deps): bump actions/setup-java from 3.11.0 to 3.12.0
2 parents 5f18439 + cbff3b6 commit c996ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3737

3838
- name: Set up JDK
39-
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
39+
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
4040
with:
4141
java-version: 11
4242
distribution: temurin
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
8282

8383
- name: Set up JDK
84-
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
84+
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
8585
with:
8686
java-version: ${{ matrix.jdk }}
8787
distribution: ${{ matrix.dist }}

0 commit comments

Comments
 (0)