Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit eddc468

Browse files
authored
Merge pull request #391 from exoego/dependabot/github_actions/olafurpg/setup-scala-11
2 parents 4e07310 + 182ce69 commit eddc468

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
nodejs: [14.16.0, 12.21.0, 10.24.0]
1111
steps:
1212
- uses: actions/[email protected]
13-
- uses: olafurpg/setup-scala@v10
13+
- uses: olafurpg/setup-scala@v11
1414
with:
1515
java-version: [email protected]
1616
- uses: coursier/cache-action@v6

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
fail-fast: false
88
steps:
99
- uses: actions/[email protected]
10-
- uses: olafurpg/setup-scala@v10
10+
- uses: olafurpg/setup-scala@v11
1111
- name: Check Scalafmt/Scaladoc
1212
run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck nodejs_v14/doc core/doc
1313
- name: Install NPM deps

0 commit comments

Comments
 (0)