Skip to content

Commit

Permalink
Update checkout action (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
winsmith authored Sep 8, 2023
1 parent 1e39d3b commit 99a00be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Repository checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Lint
run: swiftlint
test:
Expand All @@ -32,7 +32,7 @@ jobs:
- "-sdk watchsimulator -destination 'platform=watchOS Simulator,name=Apple Watch Series 8 (45mm)'"
steps:
- name: Repository checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down

0 comments on commit 99a00be

Please sign in to comment.