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

Commit

Permalink
Merge pull request #432 from exoego/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-2.4.0
  • Loading branch information
exoego authored Nov 2, 2021
2 parents 1092f35 + 3243da4 commit 7ca2b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
scala: [2.13.5, 2.12.13]
nodejs: [16.3.0, 14.16.0, 12.21.0, 10.24.0]
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- uses: olafurpg/setup-scala@v13
with:
java-version: adopt@1.11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- uses: olafurpg/setup-scala@v13
- name: Check Scalafmt/Scaladoc
run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck nodejs_v14/doc core/doc
Expand Down

0 comments on commit 7ca2b2a

Please sign in to comment.