Skip to content

Commit fc929fc

Browse files
committed
Update checkout action version for create_certs and add_identifiers
1 parent 3beacb0 commit fc929fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/add_identifiers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
# Checks-out the repo
1414
- name: Checkout Repo
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616

1717
# Patch Fastlane Match to not print tables
1818
- name: Patch Match Tables

.github/workflows/create_certs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
# Checks-out the repo
1414
- name: Checkout Repo
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616

1717
# Patch Fastlane Match to not print tables
1818
- name: Patch Match Tables

0 commit comments

Comments
 (0)