Skip to content

Commit 70908ae

Browse files
committed
Bump actions/setup-java from 5.3.0 to 5.4.0
1 parent 77d4fd7 commit 70908ae

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
@@ -71,7 +71,7 @@ jobs:
7171
restore-keys: |
7272
${{ runner.os }}-maven-
7373
- name: Set up JDK ${{ matrix.java }}
74-
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
74+
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
7575
with:
7676
distribution: ${{ runner.os == 'macOS' && matrix.java == '8' && 'zulu' || 'temurin' }}
7777
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)