소스 검색

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