From 2ed4b75c20ce68635deac786c5762df49fa40d0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:39:06 +0000 Subject: [PATCH] Bump al-cheb/configure-pagefile-action from 1.3 to 1.4 Bumps [al-cheb/configure-pagefile-action](https://github.com/al-cheb/configure-pagefile-action) from 1.3 to 1.4. - [Release notes](https://github.com/al-cheb/configure-pagefile-action/releases) - [Commits](https://github.com/al-cheb/configure-pagefile-action/compare/86589fd789a4de3e62ba628dda2cb10027b66d67...a3b6ebd6b634da88790d9c58d4b37a7f4a7b8708) --- updated-dependencies: - dependency-name: al-cheb/configure-pagefile-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-jitexecutor-native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-jitexecutor-native.yml b/.github/workflows/publish-jitexecutor-native.yml index 1d2ad9e1af..b9f59f46e6 100644 --- a/.github/workflows/publish-jitexecutor-native.yml +++ b/.github/workflows/publish-jitexecutor-native.yml @@ -98,7 +98,7 @@ jobs: - name: "Configure Pagefile" if: runner.os == 'Windows' - uses: al-cheb/configure-pagefile-action@86589fd789a4de3e62ba628dda2cb10027b66d67 #v1.3 + uses: al-cheb/configure-pagefile-action@a3b6ebd6b634da88790d9c58d4b37a7f4a7b8708 #v1.4 with: minimum-size: 16GB maximum-size: 16GB