Skip to content

Commit

Permalink
Update actions/setup-java action to v3.6.0 (#590)
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 Oct 18, 2022
1 parent bee0044 commit 8b195c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3.5.1
uses: actions/setup-java@v3.6.0
with:
distribution: temurin
java-version: 17
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Checkout current branch
uses: actions/[email protected]
- name: Setup Java
uses: actions/setup-java@v3.5.1
uses: actions/setup-java@v3.6.0
with:
distribution: temurin
java-version: 17
Expand All @@ -67,7 +67,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3.5.1
uses: actions/setup-java@v3.6.0
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand All @@ -87,7 +87,7 @@ jobs:
- name: Checkout current branch
uses: actions/[email protected]
- name: Setup Java
uses: actions/setup-java@v3.5.1
uses: actions/setup-java@v3.6.0
with:
distribution: temurin
java-version: 8
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3.5.1
uses: actions/setup-java@v3.6.0
with:
distribution: temurin
java-version: 8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout current branch
uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v3.5.1
uses: actions/setup-java@v3.6.0
with:
distribution: temurin
java-version: 17
Expand Down

0 comments on commit 8b195c7

Please sign in to comment.