瀏覽代碼

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

apocelipes 11 月之前
父節點
當前提交
0864cca747
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      .github/workflows/android_windows.yml
  2. 1 1
      .github/workflows/windows.yml
  3. 1 1
      .github/workflows/windows_v3.yml

+ 1 - 1
.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

+ 1 - 1
.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

+ 1 - 1
.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