Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v4.2.1 (#178)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 1, 2024
1 parent c16909f commit b4e3309
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.0.0
uses: actions/setup-java@v4.2.1
with:
distribution: "zulu"
java-version: "17"
Expand All @@ -64,7 +64,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.2.1
with:
distribution: "zulu"
java-version: "17"
Expand Down

0 comments on commit b4e3309

Please sign in to comment.