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 e46cbd9  Update sbt-github-actions to 0.30.0 (#179)
e46cbd9 is described below

commit e46cbd92bdcf29adff66798d507f29c31aa92f89
Author: Scala Steward <[email protected]>
AuthorDate: Sat Jun 6 20:59:48 2026 +0200

    Update sbt-github-actions to 0.30.0 (#179)
    
    * Update sbt-github-actions to 0.30.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 738b22b..02b8715 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
 
       - name: Configure pagefile for Windows
         if: contains(runner.os, 'windows')
-        uses: 
al-cheb/configure-pagefile-action@9b6da52fb72a3c6147c1aad2df22d8d905681adc #v1.5
+        uses: al-cheb/[email protected]
         with:
           minimum-size: 2GB
           maximum-size: 8GB
@@ -68,7 +68,7 @@ jobs:
         run: tar cf targets.tar target theme/target plugin/target 
project/target
 
       - name: Upload target directories
-        uses: actions/upload-artifact@v5
+        uses: actions/upload-artifact@v7
         with:
           name: target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
           path: targets.tar
@@ -90,7 +90,7 @@ jobs:
 
       - name: Configure pagefile for Windows
         if: contains(runner.os, 'windows')
-        uses: 
al-cheb/configure-pagefile-action@9b6da52fb72a3c6147c1aad2df22d8d905681adc #v1.5
+        uses: al-cheb/[email protected]
         with:
           minimum-size: 2GB
           maximum-size: 8GB
@@ -113,7 +113,7 @@ jobs:
         uses: sbt/setup-sbt@v1
 
       - name: Download target directories (2.12.21)
-        uses: actions/download-artifact@v6
+        uses: actions/download-artifact@v8
         with:
           name: target-${{ matrix.os }}-2.12.21-${{ matrix.java }}
 
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 1abe379..b971798 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.29.0")
+addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.30.0")


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

Reply via email to