Skip to content

Commit 4a8748a

Browse files
authored
Merge pull request #53 from gitx/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2.4.0 to 3
2 parents f241148 + cce5531 commit 4a8748a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildPR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
xcode: [ Xcode_12.4, Xcode_12.5, Xcode_13.1, Xcode_13.2.1 ]
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2.4.0
15+
uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 0
1818
submodules: true

0 commit comments

Comments
 (0)