This is an automated email from the ASF dual-hosted git repository.
engelen 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 4db1591 chore: update sbt-github-actions, pin actions (#150)
4db1591 is described below
commit 4db1591524fdd2e12ead8445c04d7181d0c134f0
Author: Arnout Engelen <[email protected]>
AuthorDate: Sat Nov 29 23:03:29 2025 +0100
chore: update sbt-github-actions, pin actions (#150)
---
.github/workflows/ci.yml | 16 ++++++++--------
project/plugins.sbt | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9efa126..4b1bfb1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -34,14 +34,14 @@ jobs:
- name: Configure pagefile for Windows
if: contains(runner.os, 'windows')
- uses: al-cheb/[email protected]
+ uses:
al-cheb/configure-pagefile-action@a3b6ebd6b634da88790d9c58d4b37a7f4a7b8708 #
v1.4
with:
minimum-size: 2GB
maximum-size: 8GB
disk-root: 'C:'
- name: Checkout current branch (full)
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
fetch-depth: 0
@@ -54,7 +54,7 @@ jobs:
cache: sbt
- name: Setup sbt
- uses: sbt/setup-sbt@v1
+ uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Check that workflows are up to date
shell: bash
@@ -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@v4
+ uses: actions/upload-artifact@v5
with:
name: target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
path: targets.tar
@@ -90,14 +90,14 @@ jobs:
- name: Configure pagefile for Windows
if: contains(runner.os, 'windows')
- uses: al-cheb/[email protected]
+ uses:
al-cheb/configure-pagefile-action@a3b6ebd6b634da88790d9c58d4b37a7f4a7b8708 #
v1.4
with:
minimum-size: 2GB
maximum-size: 8GB
disk-root: 'C:'
- name: Checkout current branch (full)
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
fetch-depth: 0
@@ -110,10 +110,10 @@ jobs:
cache: sbt
- name: Setup sbt
- uses: sbt/setup-sbt@v1
+ uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
- name: Download target directories (2.12.20)
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
with:
name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
diff --git a/project/plugins.sbt b/project/plugins.sbt
index c5806d0..f403fc5 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -25,4 +25,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
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.28.0")
+addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]