ci: upgrade al-cheb/configure-pagefile-action to fix warnings (#5448)

pull/5449/head
apocelipes 2 months ago committed by GitHub
parent 25314b389f
commit 0864cca747
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/android_windows.yml
  2. 2
      .github/workflows/windows.yml
  3. 2
      .github/workflows/windows_v3.yml

@ -25,7 +25,7 @@ jobs:
xmake-version: branch@master xmake-version: branch@master
- name: Configure Pagefile - name: Configure Pagefile
uses: al-cheb/configure-pagefile-action@v1.2 uses: al-cheb/configure-pagefile-action@v1.4
with: with:
minimum-size: 8GB minimum-size: 8GB
maximum-size: 32GB maximum-size: 32GB

@ -27,7 +27,7 @@ jobs:
xmake-version: branch@master xmake-version: branch@master
- name: Configure Pagefile - name: Configure Pagefile
uses: al-cheb/configure-pagefile-action@v1.2 uses: al-cheb/configure-pagefile-action@v1.4
with: with:
minimum-size: 8GB minimum-size: 8GB
maximum-size: 32GB maximum-size: 32GB

@ -26,7 +26,7 @@ jobs:
xmake-version: branch@master xmake-version: branch@master
- name: Configure Pagefile - name: Configure Pagefile
uses: al-cheb/configure-pagefile-action@v1.2 uses: al-cheb/configure-pagefile-action@v1.4
with: with:
minimum-size: 8GB minimum-size: 8GB
maximum-size: 32GB maximum-size: 32GB

Loading…
Cancel
Save