This is an automated email from the ASF dual-hosted git repository. hepin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pekko-sbt-paradox.git
commit 0cad9bd7ae649be624bd3108ee966187babb9da0 Author: Scala Steward <[email protected]> AuthorDate: Wed Feb 4 17:42:31 2026 +0000 Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b1bfb1..3b118a4 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@a3b6ebd6b634da88790d9c58d4b37a7f4a7b8708 # v1.4 + uses: al-cheb/[email protected] with: minimum-size: 2GB maximum-size: 8GB @@ -54,7 +54,7 @@ jobs: cache: sbt - name: Setup sbt - uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14 + uses: sbt/setup-sbt@v1 - name: Check that workflows are up to date shell: bash @@ -90,7 +90,7 @@ jobs: - name: Configure pagefile for Windows if: contains(runner.os, 'windows') - uses: al-cheb/configure-pagefile-action@a3b6ebd6b634da88790d9c58d4b37a7f4a7b8708 # v1.4 + uses: al-cheb/[email protected] with: minimum-size: 2GB maximum-size: 8GB @@ -110,7 +110,7 @@ jobs: cache: sbt - name: Setup sbt - uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14 + uses: sbt/setup-sbt@v1 - name: Download target directories (2.12.20) uses: actions/download-artifact@v6 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
