فهرست منبع

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