Skip to content

Commit

Permalink
Fix CI warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Jan 26, 2024
1 parent 7a12194 commit ce029bb
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 @@ -12,7 +12,7 @@ jobs:
spm:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build
run: swift build

Expand All @@ -22,7 +22,7 @@ jobs:
platform: [ios, tvos, macos, watchos]
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build
# Some header files import C++ headers, which causes linting failures
# (https://github.com/CocoaPods/CocoaPods/issues/5152). As a
Expand Down

0 comments on commit ce029bb

Please sign in to comment.