From 38f41cced3fd2f2410d63904d65e6a34b5aa5e37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 01:04:35 +0000 Subject: [PATCH] Bump al-cheb/configure-pagefile-action from 1.4 to 1.5 Bumps [al-cheb/configure-pagefile-action](https://github.com/al-cheb/configure-pagefile-action) from 1.4 to 1.5. - [Release notes](https://github.com/al-cheb/configure-pagefile-action/releases) - [Commits](https://github.com/al-cheb/configure-pagefile-action/compare/v1.4...v1.5) --- updated-dependencies: - dependency-name: al-cheb/configure-pagefile-action dependency-version: '1.5' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0cc2705486..cfa2898e32 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Configure pagefile - uses: al-cheb/configure-pagefile-action@v1.4 + uses: al-cheb/configure-pagefile-action@v1.5 with: minimum-size: 8GB maximum-size: 16GB