This is an automated email from the ASF dual-hosted git repository.
He-Pin 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 b2bb347 Update sbt, scripted-plugin to 1.12.14 (#195)
b2bb347 is described below
commit b2bb347c1c666e3a1ed3840b2d79521be4f080b9
Author: Scala Steward <[email protected]>
AuthorDate: Sat Jul 18 17:36:44 2026 +0200
Update sbt, scripted-plugin to 1.12.14 (#195)
* Update sbt, scripted-plugin to 1.12.14
* Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
---
.github/workflows/ci.yml | 12 ++++++------
project/build.properties | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8a45e09..0055c4c 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/configure-pagefile-action@9b6da52fb72a3c6147c1aad2df22d8d905681adc #
v1.5
+ uses: al-cheb/[email protected]
with:
minimum-size: 2GB
maximum-size: 8GB
disk-root: 'C:'
- name: Checkout current branch (full)
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
+ uses: actions/checkout@v7
with:
fetch-depth: 0
@@ -54,7 +54,7 @@ jobs:
cache: sbt
- name: Setup sbt
- uses: sbt/setup-sbt@66fb4376e81982c7d92a4074170846fff88e2e30 # v1.5.0
+ uses: sbt/setup-sbt@v1
- name: Check that workflows are up to date
shell: bash
@@ -90,14 +90,14 @@ 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
disk-root: 'C:'
- name: Checkout current branch (full)
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
+ uses: actions/checkout@v7
with:
fetch-depth: 0
@@ -110,7 +110,7 @@ jobs:
cache: sbt
- name: Setup sbt
- uses: sbt/setup-sbt@66fb4376e81982c7d92a4074170846fff88e2e30 # v1.5.0
+ uses: sbt/setup-sbt@v1
- name: Download target directories (2.12.21)
uses: actions/download-artifact@v8
diff --git a/project/build.properties b/project/build.properties
index 7c95fc1..e544c4d 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.12.13
+sbt.version=1.12.14
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]