Skip to content

Commit c14d900

Browse files
authored
Merge pull request #122 from scala/dependabot/github_actions/actions/setup-java-4
2 parents 6ec36b5 + fcbfe8d commit c14d900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- uses: coursier/cache-action@v6
15-
- uses: actions/setup-java@v3
15+
- uses: actions/setup-java@v4
1616
with:
1717
distribution: temurin
1818
java-version: 8

0 commit comments

Comments
 (0)