Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- platform: tvOS
destination: "platform=tvOS Simulator,name=Apple TV 4K (3rd generation)"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Build and Test on ${{ matrix.platform }}
run: |
if [ "${{ matrix.platform }}" = "macOS" ]; then
Expand All @@ -38,7 +38,7 @@ jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: GitHub Action for SwiftLint
uses: norio-nomura/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cocoapods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
pod-lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5

- name: Install CocoaPods
run: gem install cocoapods
Expand All @@ -23,7 +23,7 @@ jobs:
if: github.event_name == 'release'
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5

- name: Install CocoaPods
run: gem install cocoapods
Expand Down
Loading