Skip to content

Commit ddce02c

Browse files
authored
Merge pull request #40 from mblink/update/sbt-github-actions-0.29.0
Update sbt-github-actions to 0.29.0
2 parents 24d5909 + 2239c89 commit ddce02c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
steps:
3535
- name: Checkout current branch (full)
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
with:
3838
fetch-depth: 0
3939

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")
1+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0")
22
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
33
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
44
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")

0 commit comments

Comments
 (0)