Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

Commit 237a455

Browse files
chore(deps): update actions/setup-java action to v4.6.0
1 parent d515fc1 commit 237a455

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
fetch-depth: 0
4141
- name: Set up JDK
42-
uses: actions/setup-java@v4.2.1
42+
uses: actions/setup-java@v4.6.0
4343
with:
4444
distribution: "zulu"
4545
java-version: "21"
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
fetch-depth: 0
6666
- name: Set up JDK
67-
uses: actions/setup-java@v4.2.1
67+
uses: actions/setup-java@v4.6.0
6868
with:
6969
distribution: "zulu"
7070
java-version: "21"

0 commit comments

Comments
 (0)