Skip to content

Commit 766216f

Browse files
authored
Merge pull request #29 from brokenhandsio/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 0963ff3 + 5119dbf commit 766216f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v4
22+
- uses: actions/checkout@v5
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@v4
38+
- uses: actions/checkout@v5
3939
- name: Test
4040
run: swift test --sanitize=thread

0 commit comments

Comments
 (0)