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

Commit 0cd40c4

Browse files
Bump actions/checkout from 2 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v2.3.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent c9712a9 commit 0cd40c4

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)