File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 - platform : tvOS
2525 destination : " platform=tvOS Simulator,name=Apple TV 4K (3rd generation)"
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - name : Build and Test on ${{ matrix.platform }}
2929 run : |
3030 if [ "${{ matrix.platform }}" = "macOS" ]; then
3838 SwiftLint :
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242 - name : GitHub Action for SwiftLint
4343 uses : norio-nomura/action-swiftlint@3.2.1
4444 with :
Original file line number Diff line number Diff line change 1010 pod-lint :
1111 runs-on : macos-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v5
1414
1515 - name : Install CocoaPods
1616 run : gem install cocoapods
2323 if : github.event_name == 'release'
2424 runs-on : macos-latest
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v5
2727
2828 - name : Install CocoaPods
2929 run : gem install cocoapods
You can’t perform that action at this time.
0 commit comments