Skip to content

Commit e9aec59

Browse files
Bump actions/setup-java from 4.6.0 to 4.7.1 in the github-actions group (#187)
1 parent cb6c7db commit e9aec59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dep_build_v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
ref: 2.x
2323
- name: Set up JDK
24-
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
24+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
2525
with:
2626
distribution: 'temurin'
2727
java-version: ${{ matrix.java_version }}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/[email protected]
2727
- name: Set up JDK
28-
uses: actions/setup-java@v4.6.0
28+
uses: actions/setup-java@v4.7.1
2929
with:
3030
distribution: 'temurin'
3131
java-version: ${{ matrix.java_version }}

0 commit comments

Comments
 (0)