Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent d515fc1 commit d08ae69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v4.2.1
uses: actions/setup-java@v4.2.2
with:
distribution: "zulu"
java-version: "21"
Expand All @@ -64,7 +64,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v4.2.1
uses: actions/setup-java@v4.2.2
with:
distribution: "zulu"
java-version: "21"
Expand Down

0 comments on commit d08ae69

Please sign in to comment.