File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ on: pull_request
1111
1212jobs :
1313 SwiftLint :
14- runs-on : ubuntu-20.04
14+ runs-on : ubuntu-latest
1515 timeout-minutes : 20
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v4
1818 - name : Read version from Mintfile
1919 run : echo "SWIFTLINT_VERSION=$(awk '/SwiftLint/ {split($0, a, "@"); print a[2]}' Mintfile)" >> $GITHUB_ENV
20- - uses : actions/cache@v2
20+ - uses : actions/cache@v4
2121 with :
2222 path : .build/release/swiftlint
2323 key : ${{ runner.os }}-linting-swiftlint-${{ env.SWIFTLINT_VERSION }}
@@ -40,13 +40,13 @@ jobs:
4040 env :
4141 LINUX_SOURCEKIT_LIB_PATH : /usr/share/swift/usr/lib # FIXED: Fatal error: Loading libsourcekitdInProc.so failed
4242 SwiftFormat :
43- runs-on : ubuntu-20.04
43+ runs-on : ubuntu-latest
4444 timeout-minutes : 20
4545 steps :
46- - uses : actions/checkout@v2
46+ - uses : actions/checkout@v4
4747 - name : Read version from Mintfile
4848 run : echo "SWIFTFORMAT_VERSION=$(awk '/SwiftFormat/ {split($0, a, "@"); print a[2]}' Mintfile)" >> $GITHUB_ENV
49- - uses : actions/cache@v2
49+ - uses : actions/cache@v4
5050 with :
5151 path : .build/release/swiftformat
5252 key : ${{ runner.os }}-linting-swiftformat-${{ env.SWIFTFORMAT_VERSION }}
Original file line number Diff line number Diff line change 11# Source https://github.com/yonaskolb/Mint
22
3- nicklockwood/SwiftFormat@0.54.2
4- realm/SwiftLint@0.55.1
3+ nicklockwood/SwiftFormat@0.55.5
4+ realm/SwiftLint@0.59.0
55SwiftGen/SwiftGen@6.6.3
You can’t perform that action at this time.
0 commit comments