Skip to content

Commit 1bde3c9

Browse files
authored
Merge pull request #14 from gitx/dependabot/github_actions/actions/checkout-2.4.0
Bump actions/checkout from 2.3.4 to 2.4.0
2 parents 86c83a5 + 014e414 commit 1bde3c9

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.3.4
15+
uses: actions/checkout@v2.4.0
1616
with:
1717
fetch-depth: 0
1818
submodules: true

0 commit comments

Comments
 (0)