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

Commit e414654

Browse files
Bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd7be8e commit e414654

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: [16.3.0, 14.16.0, 12.21.0, 10.24.0]
1111
steps:
12-
- uses: actions/[email protected].4
12+
- uses: actions/[email protected].5
1313
- uses: olafurpg/setup-scala@v13
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/[email protected].4
9+
- uses: actions/[email protected].5
1010
- uses: olafurpg/setup-scala@v13
1111
- name: Check Scalafmt/Scaladoc
1212
run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck nodejs_v14/doc core/doc

0 commit comments

Comments
 (0)