File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 DocC :
1111 runs-on : macos-15
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - name : Build DocC
1515 run : |
1616 swift package --allow-writing-to-directory ./docs generate-documentation \
Original file line number Diff line number Diff line change 1616 DEVELOPER_DIR : " /Applications/Xcode_${{ matrix.xcode_version }}.app/Contents/Developer"
1717 runs-on : macos-15
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - name : Install SwiftLint
2121 run : brew install swiftlint
2222 - name : SwiftLint
Original file line number Diff line number Diff line change 99 release :
1010 runs-on : macos-15
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 # Scipio can't be built with Xcode build mode, so it can't be a universal binary.
1414 - name : Build for arm64
1515 run : swift build --disable-sandbox -c release --arch arm64
Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Get swift version
2222 run : swift --version
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - name : Build
2525 run : |
2626 swift build
You can’t perform that action at this time.
0 commit comments