Skip to content

Commit 03025f8

Browse files
committed
Bump actions/setup-java from 5.3.0 to 5.4.0
1 parent 531bb48 commit 03025f8

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
@@ -51,7 +51,7 @@ jobs:
5151
restore-keys: |
5252
${{ runner.os }}-maven-
5353
- name: Set up JDK ${{ matrix.java }}
54-
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
54+
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
5555
with:
5656
distribution: 'temurin'
5757
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)