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 f24dd54 Update configure-pagefile-action version (#178)
f24dd54 is described below
commit f24dd542257141ed663022a62396e465b919d8b2
Author: PJ Fanning <[email protected]>
AuthorDate: Tue May 5 12:42:04 2026 +0100
Update configure-pagefile-action version (#178)
* Update configure-pagefile-action version
* Update ci.yml
---
.github/workflows/ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 99c6a66..738b22b 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/[email protected]
+ uses:
al-cheb/configure-pagefile-action@9b6da52fb72a3c6147c1aad2df22d8d905681adc #v1.5
with:
minimum-size: 2GB
maximum-size: 8GB
@@ -90,7 +90,7 @@ jobs:
- name: Configure pagefile for Windows
if: contains(runner.os, 'windows')
- uses: al-cheb/[email protected]
+ uses:
al-cheb/configure-pagefile-action@9b6da52fb72a3c6147c1aad2df22d8d905681adc #v1.5
with:
minimum-size: 2GB
maximum-size: 8GB
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]