Skip to content

Commit

Permalink
Bump actions/checkout to v4 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman authored Sep 24, 2023
1 parent 993ae06 commit b6d7261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- 5.8
- 5.9
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: mxcl/xcodebuild@v2
with:
platform: ${{ matrix.platform }}
Expand All @@ -49,5 +49,5 @@ jobs:
container:
image: swift:${{ matrix.swift }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: swift test --parallel -Xswiftc -warnings-as-errors

0 comments on commit b6d7261

Please sign in to comment.