Skip to content

Commit 53360c4

Browse files
committed
Bump actions/setup-java from 5.2.0 to 5.3.0
1 parent 0633c98 commit 53360c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
restore-keys: |
5454
${{ runner.os }}-maven-
5555
- name: Set up JDK ${{ matrix.java }}
56-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
56+
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
5757
with:
5858
distribution: ${{ runner.os == 'macOS' && matrix.java == '8' && 'zulu' || 'temurin' }}
5959
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)