Skip to content

Commit

Permalink
Merge pull request #19 from brokenhandsio/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
0xTim authored Sep 5, 2023
2 parents 47a96d4 + 191d010 commit 5abd195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
env:
discovery.type: single-node
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Test
run: swift test --enable-test-discovery --sanitize=thread

Expand All @@ -35,6 +35,6 @@ jobs:
discovery.type: single-node
xpack.security.enabled: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Test
run: swift test --enable-test-discovery --sanitize=thread

0 comments on commit 5abd195

Please sign in to comment.