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

Commit b72d62c

Browse files
Bump actions/setup-java from 3 to 4 (#457)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 034fd36 commit b72d62c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- uses: coursier/cache-action@v6.4
2525
- name: Set up JDK 11
26-
uses: actions/setup-java@v3
26+
uses: actions/setup-java@v4
2727
with:
2828
distribution: "temurin"
2929
cache: "sbt"
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
fetch-depth: 0 # checkout tags so that dynver works properly (we need the version for MiMa)
6262
- name: Set up JDK 11
63-
uses: actions/setup-java@v3
63+
uses: actions/setup-java@v4
6464
with:
6565
distribution: "temurin"
6666
java-version: 11
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
fetch-depth: 0 # checkout tags so that dynver works properly (we need the version for MiMa)
8080
- name: Set up JDK 11
81-
uses: actions/setup-java@v3
81+
uses: actions/setup-java@v4
8282
with:
8383
distribution: "temurin"
8484
java-version: 11
@@ -97,7 +97,7 @@ jobs:
9797
fetch-depth: 0
9898
- uses: coursier/cache-action@v6.4
9999
- name: Set up JDK 11
100-
uses: actions/setup-java@v3
100+
uses: actions/setup-java@v4
101101
with:
102102
distribution: "temurin"
103103
java-version: 11

.github/workflows/scala-steward.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616
- name: Set up JDK 11
17-
uses: actions/setup-java@v3
17+
uses: actions/setup-java@v4
1818
with:
1919
java-version: 11
2020
- name: Cache sbt

0 commit comments

Comments
 (0)