Przeglądaj źródła

Merge remote-tracking branch 'origin/bdb' into bdb

Jon B.M 3 lat temu
rodzic
commit
d22761268f

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

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

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

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