Skip to content

Commit d7b4cf1

Browse files
committed
Bump actions/setup-java from 5.4.0 to 5.5.0
1 parent 235096e commit d7b4cf1

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@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
54+
uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # 5.5.0
5555
with:
5656
distribution: 'temurin'
5757
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)