Skip to content

Commit

Permalink
Merge pull request #218 from MobileNativeFoundation/aleksandergrzyb-p…
Browse files Browse the repository at this point in the history
…atch-1

use v4 of checkout action
  • Loading branch information
aleksandergrzyb authored Nov 13, 2024
2 parents 62b4d62 + 3bebb90 commit 42f3805
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: SwiftLint
uses: norio-nomura/action-swiftlint@3.1.0
with:
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Select Xcode
run: "sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app"
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Build and Run
run: rake build[release]
- name: Test
Expand All @@ -32,7 +32,7 @@ jobs:
image: swift:5.7.1
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Install Ruby
run: apt-get update && apt-get install -y ruby zlib1g-dev
- name: Build and Run
Expand Down

0 comments on commit 42f3805

Please sign in to comment.