Skip to content

Commit

Permalink
Update actions/setup-java action to v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent 355925a commit d92bc22
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 @@ -17,7 +17,7 @@ jobs:
- name: git clone
uses: actions/[email protected]
- name: Set up JDKs
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v3.13.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@v3.11.0
uses: actions/setup-java@v3.13.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@v3.11.0
uses: actions/setup-java@v3.13.0
with:
distribution: temurin
java-version: 8
Expand Down

0 comments on commit d92bc22

Please sign in to comment.