Skip to content

Commit

Permalink
ci(deps): update actions/setup-java action to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Oct 28, 2022
1 parent 8861678 commit 70b66ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0

- name: Setup Scala
uses: actions/setup-java@v3.5.1
uses: actions/setup-java@v3.6.0
with:
distribution: "temurin"
java-version: "17.0.4"
Expand All @@ -39,7 +39,7 @@ jobs:
fetch-depth: 0

- name: Setup Scala
uses: actions/setup-java@v3.5.1
uses: actions/setup-java@v3.6.0
with:
distribution: "temurin"
java-version: "17.0.4"
Expand All @@ -58,7 +58,7 @@ jobs:
fetch-depth: 0

- name: Setup Scala
uses: actions/setup-java@v3.5.1
uses: actions/setup-java@v3.6.0
with:
distribution: "temurin"
java-version: "17.0.4"
Expand All @@ -81,7 +81,7 @@ jobs:
fetch-depth: 0

- name: Setup Scala
uses: actions/setup-java@v3.5.1
uses: actions/setup-java@v3.6.0
with:
distribution: "temurin"
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 70b66ad

Please sign in to comment.