File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 SwiftLint :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v6
2121 - name : GitHub Action for SwiftLint
2222 uses : norio-nomura/action-swiftlint@3.2.1
2323 with :
3939 xcode : " Xcode_16.1"
4040 runsOn : macOS-14
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v6
4343 - name : ${{ matrix.name }}
4444 run : xcodebuild test -scheme "flex-ui" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
4545 - uses : actions/upload-artifact@v5
5353 env :
5454 DEVELOPER_DIR : /Applications/Xcode_14.1.app/Contents/Developer
5555 steps :
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v6
5757 - name : Discover typos
5858 run : |
5959 export PATH="$PATH:/Library/Frameworks/Python.framework/Versions/3.11/bin"
Original file line number Diff line number Diff line change 1818 ruby-version : 3.1.4
1919 bundler-cache : true
2020 - name : Checkout code
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222 - name : Setup gems
2323 run : |
2424 gem install bundler
You can’t perform that action at this time.
0 commit comments