Skip to content

Commit

Permalink
Merge pull request #2960 from SethTisue/bump-actions-versions
Browse files Browse the repository at this point in the history
CI: bump actions versions
  • Loading branch information
SethTisue committed Jan 31, 2024
2 parents 24e6740 + feec5a8 commit 66e3f5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.5
bundler-cache: true
- name: Set up coursier
uses: coursier/setup-action@v1.2.0-M2
uses: coursier/setup-action@v1.3.4
with:
jvm: adopt:11
- name: Run mdoc
Expand Down
4 changes: 2 additions & 2 deletions _overviews/scala-book/sbt-scalatest-bdd.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ If you want to have a little fun with this, change one or more of the tests so t

For more information about sbt and ScalaTest, see the following resources:

- [The main sbt documentation](http://www.scala-sbt.org/documentation.html)
- [The ScalaTest documentation](http://www.scalatest.org/user_guide)
- [The main sbt documentation](https://www.scala-sbt.org/1.x/docs/)
- [The ScalaTest documentation](https://www.scalatest.org/user_guide)

0 comments on commit 66e3f5b

Please sign in to comment.