This is an automated email from the ASF dual-hosted git repository.

pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-sbt-paradox.git


The following commit(s) were added to refs/heads/main by this push:
     new 6803100  Update sbt-github-actions to 0.31.0 (#186)
6803100 is described below

commit 6803100e4fb19134ec8c7ea81e8f44f872aeeeee
Author: Scala Steward <[email protected]>
AuthorDate: Wed Jun 24 19:47:08 2026 +0200

    Update sbt-github-actions to 0.31.0 (#186)
    
    * Update sbt-github-actions to 0.31.0
    
    * Regenerate GitHub Actions workflow
    
    Executed command: sbt githubWorkflowGenerate
---
 .github/workflows/ci.yml | 8 ++++----
 project/plugins.sbt      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 02b8715..0055c4c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
           disk-root: 'C:'
 
       - name: Checkout current branch (full)
-        uses: actions/checkout@v6
+        uses: actions/checkout@v7
         with:
           fetch-depth: 0
 
@@ -58,10 +58,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 scripted
+        run: sbt '++ ${{ matrix.scala }}; test; scripted'
 
       - name: Compress target directories
         shell: bash
@@ -97,7 +97,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 b971798..f189cec 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -25,4 +25,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")
 addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.12")
 addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.13")
 addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
-addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.30.0")
+addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.31.0")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to