Skip to content

Commit

Permalink
ci: update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
scenee committed Jul 2, 2024
1 parent 3b4c1bd commit c0d88af
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
xcode: "11.7"
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Building in Swift ${{ matrix.swift }}
run: xcodebuild -scheme FloatingPanel SWIFT_VERSION=${{ matrix.swift }} clean build

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
parallel: NO # Stop random test job failures
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Testing in iOS ${{ matrix.os }}
run: |
xcodebuild clean test \
Expand All @@ -97,7 +97,7 @@ jobs:
- example: "Stocks"
- example: "Samples"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Building ${{ matrix.example }}
run: |
xcodebuild clean build \
Expand All @@ -124,7 +124,7 @@ jobs:
- platform: iphonesimulator
sys: "ios17.2-simulator"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "Swift Package Manager build"
run: |
xcrun swift build \
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
xcode: "14.1"
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "Swift Package Manager build"
run: |
swift build \
Expand All @@ -164,7 +164,7 @@ jobs:
carthage:
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "Carthage build"
run: carthage build --use-xcframeworks --no-skip-current

Expand All @@ -173,7 +173,7 @@ jobs:
env:
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "CocoaPods: pod lib lint"
run: pod lib lint --allow-warnings
- name: "CocoaPods: pod spec lint"
Expand Down

0 comments on commit c0d88af

Please sign in to comment.