diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bafc65..16eb60a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: disk-root: 'C:' - name: Checkout current branch (full) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -61,10 +61,10 @@ jobs: - name: Check that workflows are up to date shell: bash - run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck + run: sbt '++ ${{ matrix.scala }}; githubWorkflowCheck' - shell: bash - run: sbt '++ ${{ matrix.scala }}' test sbt-paradox-material-theme/scripted makeSite + run: sbt '++ ${{ matrix.scala }}; test; sbt-paradox-material-theme/scripted; makeSite' - name: Clean up Ivy Local repo shell: bash @@ -104,7 +104,7 @@ jobs: disk-root: 'C:' - name: Checkout current branch (full) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/project/plugins.sbt b/project/plugins.sbt index f1d0c0d..d26b49d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.7.0").exclude( addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.9.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.30.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.31.0") libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value