Skip to content

Commit

Permalink
Update actions/setup-java action to v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 20, 2023
1 parent 7e3dd1d commit 8f4511f
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.13.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.13.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.13.0
with:
distribution: temurin
java-version: 17
Expand Down

0 comments on commit 8f4511f

Please sign in to comment.