Skip to content

Commit

Permalink
Update actions/setup-java action to v3.10.0 (#876)
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 Mar 11, 2023
1 parent 8a46b08 commit fa38f1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.10.0
with:
distribution: temurin
java-version: 11
Expand All @@ -45,7 +45,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.10.0
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Checkout current branch
uses: actions/checkout@v3.3.0
- name: Setup Java
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.10.0
with:
distribution: temurin
java-version: 8
Expand All @@ -87,7 +87,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.10.0
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.10.0
with:
distribution: temurin
java-version: 8
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: '0'
- name: Setup Scala
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.10.0
with:
distribution: temurin
java-version: 17
Expand All @@ -45,7 +45,7 @@ jobs:
with:
fetch-depth: '0'
- name: Setup Scala
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.10.0
with:
distribution: temurin
java-version: 17
Expand All @@ -70,7 +70,7 @@ jobs:
ref: ${{ github.head_ref }}
fetch-depth: '0'
- name: Setup Scala
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.10.0
with:
distribution: temurin
java-version: 17
Expand Down

0 comments on commit fa38f1a

Please sign in to comment.