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

Commit 70a3c59

Browse files
chore(deps): update actions/setup-java action to v3.13.0
1 parent 15f177f commit 70a3c59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/site.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: '0'
2424
- name: Setup Scala
25-
uses: actions/setup-java@v3.9.0
25+
uses: actions/setup-java@v3.13.0
2626
with:
2727
distribution: temurin
2828
java-version: 17
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
fetch-depth: '0'
4747
- name: Setup Scala
48-
uses: actions/setup-java@v3.9.0
48+
uses: actions/setup-java@v3.13.0
4949
with:
5050
distribution: temurin
5151
java-version: 17
@@ -70,7 +70,7 @@ jobs:
7070
ref: ${{ github.head_ref }}
7171
fetch-depth: '0'
7272
- name: Setup Scala
73-
uses: actions/setup-java@v3.9.0
73+
uses: actions/setup-java@v3.13.0
7474
with:
7575
distribution: temurin
7676
java-version: 17

0 commit comments

Comments
 (0)