Skip to content

Commit 66e3f5b

Browse files
authored
Merge pull request #2960 from SethTisue/bump-actions-versions
CI: bump actions versions
2 parents 24e6740 + feec5a8 commit 66e3f5b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ jobs:
44
build:
55
runs-on: ubuntu-20.04
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
88
- name: Set up Ruby
99
uses: ruby/setup-ruby@v1
1010
with:
1111
ruby-version: 3.0.5
1212
bundler-cache: true
1313
- name: Set up coursier
14-
uses: coursier/setup-action@v1.2.0-M2
14+
uses: coursier/setup-action@v1.3.4
1515
with:
1616
jvm: adopt:11
1717
- name: Run mdoc

_overviews/scala-book/sbt-scalatest-bdd.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ If you want to have a little fun with this, change one or more of the tests so t
113113

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

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

0 commit comments

Comments
 (0)