Skip to content

Commit 8a177fc

Browse files
authored
Merge pull request #30 from brokenhandsio/dependabot/github_actions/actions/checkout-6
2 parents 766216f + b5fa5e0 commit 8a177fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
discovery.type: single-node
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- name: Test
2424
run: swift test --sanitize=thread
2525

@@ -35,6 +35,6 @@ jobs:
3535
discovery.type: single-node
3636
xpack.security.enabled: false
3737
steps:
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939
- name: Test
4040
run: swift test --sanitize=thread

0 commit comments

Comments
 (0)