فهرست منبع

Update checkout action version for create_certs and add_identifiers

Copied from LoopKit
bjornoleh 3 سال پیش
والد
کامیت
f882f1dfc9
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      .github/workflows/add_identifiers.yml
  2. 1 1
      .github/workflows/create_certs.yml

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

@@ -12,7 +12,7 @@ jobs:
       
       
       # Checks-out the repo
       # Checks-out the repo
       - name: Checkout Repo
       - name: Checkout Repo
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         
         
       # 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/create_certs.yml

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