Skip to content

Commit 0df8ac6

Browse files
authored
Merge pull request #7 from brokenhandsio/dependabot/github_actions/actions/checkout-2.4.0
2 parents 08ce34b + adb624e commit 0df8ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
discovery.type: single-node
2020
steps:
21-
- uses: actions/checkout@v2.3.5
21+
- uses: actions/checkout@v2.4.0
2222
- name: Test
2323
run: swift test --enable-test-discovery --sanitize=thread
2424

0 commit comments

Comments
 (0)