Skip to content

Commit 3c3be81

Browse files
Update actions/checkout action to v3 (#145)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 72a509c commit 3c3be81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414

1515
- name: Checkout Repository
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717

1818
- name: Setup Xcode 12
1919
uses: maxim-lobanov/setup-xcode@v1

0 commit comments

Comments
 (0)