Skip to content

Commit 0eb0475

Browse files
authored
Merge pull request #10 from brokenhandsio/dependabot/github_actions/actions/checkout-3
2 parents 331474c + 6217b2d commit 0eb0475

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.4.0
21+
- uses: actions/checkout@v3
2222
- name: Test
2323
run: swift test --enable-test-discovery --sanitize=thread
2424

0 commit comments

Comments
 (0)