Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

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 ff0930b commit 352ac7a
Showing 1 changed file with 3 additions and 3 deletions.
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.12.0
with:
distribution: temurin
java-version: 17
Expand All @@ -43,7 +43,7 @@ jobs:
with:
fetch-depth: '0'
- name: Setup Scala
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.12.0
with:
distribution: temurin
java-version: 17
Expand All @@ -68,7 +68,7 @@ jobs:
ref: ${{ github.head_ref }}
fetch-depth: '0'
- name: Setup Scala
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.12.0
with:
distribution: temurin
java-version: 17
Expand Down

0 comments on commit 352ac7a

Please sign in to comment.