Skip to content

Commit

Permalink
Update to actions/checkout@v4 to supress CI warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Jarvis committed Nov 13, 2024
1 parent 9cea71f commit a2d1693
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 @@ -14,7 +14,7 @@ jobs:
runs-on: macos-13
environment: default
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Format lint
run: swiftformat --lint .
- name: Lint
Expand All @@ -37,7 +37,7 @@ jobs:
sim: iPhone 15
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Select Xcode ${{ matrix.xcode }}
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
- name: Boot simulator
Expand Down

0 comments on commit a2d1693

Please sign in to comment.