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

Commit ca72c9a

Browse files
authored
Merge pull request #385 from exoego/dependabot/github_actions/actions/checkout-2.3.4
2 parents c9712a9 + 0cd40c4 commit ca72c9a

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
@@ -9,7 +9,7 @@ jobs:
99
scala: [2.13.5, 2.12.13]
1010
nodejs: [14.16.0, 12.21.0, 10.24.0]
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v2.3.4
1313
- uses: olafurpg/setup-scala@v10
1414
with:
1515
java-version: [email protected]

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v2.3.4
1010
- uses: olafurpg/setup-scala@v10
1111
- name: Check Scalafmt/Scaladoc
1212
run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck nodejs_v14/doc core/doc

0 commit comments

Comments
 (0)