Просмотр исходного кода

Bump browser build dependencies to Node 20

dnzxy 2 лет назад
Родитель
Сommit
7cf85f6afc

+ 1 - 1
.github/workflows/add_identifiers.yml

@@ -19,7 +19,7 @@ jobs:
       
       
       # Checks-out the repo
       # Checks-out the repo
       - name: Checkout Repo
       - name: Checkout Repo
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         
         
       # Patch Fastlane Match to not print tables
       # Patch Fastlane Match to not print tables
       - name: Patch Match Tables
       - name: Patch Match Tables

+ 2 - 2
.github/workflows/build_LoopFollow.yml

@@ -28,7 +28,7 @@ jobs:
 
 
       # Checks-out the repo
       # Checks-out the repo
       - name: Checkout Repo
       - name: Checkout Repo
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
         with:
           submodules: recursive
           submodules: recursive
       
       
@@ -64,7 +64,7 @@ jobs:
 
 
       # Upload IPA and Symbols
       # Upload IPA and Symbols
       - name: Upload IPA and Symbol artifacts
       - name: Upload IPA and Symbol artifacts
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         with:
         with:
           name: build-artifacts
           name: build-artifacts
           path: |
           path: |

+ 1 - 1
.github/workflows/create_certs.yml

@@ -20,7 +20,7 @@ jobs:
       
       
       # Checks-out the repo
       # Checks-out the repo
       - name: Checkout Repo
       - name: Checkout Repo
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         
         
       # Patch Fastlane Match to not print tables
       # Patch Fastlane Match to not print tables
       - name: Patch Match Tables
       - name: Patch Match Tables

+ 1 - 1
.github/workflows/validate_secrets.yml

@@ -123,7 +123,7 @@ jobs:
       TEAMID: ${{ secrets.TEAMID }}
       TEAMID: ${{ secrets.TEAMID }}
     steps:
     steps:
       - name: Checkout Repo
       - name: Checkout Repo
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
 
       # Sync the GitHub runner clock with the Windows time server (workaround as suggested in https://github.com/actions/runner/issues/2996)
       # Sync the GitHub runner clock with the Windows time server (workaround as suggested in https://github.com/actions/runner/issues/2996)
       - name: Sync clock
       - name: Sync clock