Skip to content

Commit

Permalink
Update actions/setup-java action to v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent 74ba7b3 commit 64101f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: git clone
uses: actions/[email protected]
- name: Set up JDKs
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
distribution: temurin
java-version: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: git clone
uses: actions/[email protected]
- name: Set up JDKs
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
distribution: temurin
java-version: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: git clone
uses: actions/[email protected]
- name: Set up JDKs
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
distribution: temurin
java-version: 8
Expand Down

0 comments on commit 64101f5

Please sign in to comment.