From 26943d6e5fd568c9e83ab56d9110e3eac18b4f80 Mon Sep 17 00:00:00 2001 From: Kasper Laudrup Date: Sat, 20 Jan 2024 16:43:09 +0100 Subject: [PATCH] Update github action used to set pagefile for MinGW builds Update the thirdparty github action used to increase the pagefile to silence warnings on use of deprecated node --- .github/workflows/unittest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index f92509b6..d56d934c 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -107,7 +107,7 @@ jobs: - name: Increase size of pagefile if: matrix.generator == 'MinGW Makefiles' - uses: al-cheb/configure-pagefile-action@v1.2 + uses: al-cheb/configure-pagefile-action@v1.3 with: minimum-size: 16GB maximum-size: 16GB