Skip to content

Commit

Permalink
Update actions/setup-java action to v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2023
1 parent f3a81e2 commit b0c1350
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 Scala
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.12.0
with:
distribution: temurin
java-version: '17'
Expand All @@ -47,7 +47,7 @@ jobs:
with:
fetch-depth: '0'
- name: Setup Scala
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.12.0
with:
distribution: temurin
java-version: '17'
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- ++2.13.10 zioCacheNative
steps:
- name: Setup Scala
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.12.0
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
with:
fetch-depth: '0'
- name: Setup Scala
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.12.0
with:
distribution: temurin
java-version: '17'
Expand All @@ -138,7 +138,7 @@ jobs:
with:
fetch-depth: '0'
- name: Setup Scala
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.12.0
with:
distribution: temurin
java-version: '17'
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
ref: ${{ github.head_ref }}
fetch-depth: '0'
- name: Setup Scala
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.12.0
with:
distribution: temurin
java-version: '17'
Expand Down

0 comments on commit b0c1350

Please sign in to comment.