From 0864cca747e7c58f2683c1d72d70dbfc2802f656 Mon Sep 17 00:00:00 2001 From: apocelipes Date: Tue, 8 Oct 2024 18:02:29 +0800 Subject: [PATCH] ci: upgrade al-cheb/configure-pagefile-action to fix warnings (#5448) --- .github/workflows/android_windows.yml | 2 +- .github/workflows/windows.yml | 2 +- .github/workflows/windows_v3.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android_windows.yml b/.github/workflows/android_windows.yml index 21c10b56b31..4b4fa1670cd 100644 --- a/.github/workflows/android_windows.yml +++ b/.github/workflows/android_windows.yml @@ -25,7 +25,7 @@ jobs: xmake-version: branch@master - name: Configure Pagefile - uses: al-cheb/configure-pagefile-action@v1.2 + uses: al-cheb/configure-pagefile-action@v1.4 with: minimum-size: 8GB maximum-size: 32GB diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 74e0d77abf5..5709400eb02 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -27,7 +27,7 @@ jobs: xmake-version: branch@master - name: Configure Pagefile - uses: al-cheb/configure-pagefile-action@v1.2 + uses: al-cheb/configure-pagefile-action@v1.4 with: minimum-size: 8GB maximum-size: 32GB diff --git a/.github/workflows/windows_v3.yml b/.github/workflows/windows_v3.yml index 2ffc50a6e9c..12bbf608b74 100644 --- a/.github/workflows/windows_v3.yml +++ b/.github/workflows/windows_v3.yml @@ -26,7 +26,7 @@ jobs: xmake-version: branch@master - name: Configure Pagefile - uses: al-cheb/configure-pagefile-action@v1.2 + uses: al-cheb/configure-pagefile-action@v1.4 with: minimum-size: 8GB maximum-size: 32GB