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 1616 name : Lint
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020
2121 - name : SwiftFormat
2222 uses : nicklockwood/SwiftFormat@0.60.1
3838 xcode :
3939 - " 26.0" # Swift 6.2
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v6
4242
4343 - name : Select Xcode ${{ matrix.xcode }}
4444 run : sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
6767 container :
6868 image : swift:${{ matrix.swift }}
6969 steps :
70- - uses : actions/checkout@v4
70+ - uses : actions/checkout@v6
7171
7272 - name : Install libssl-dev
7373 run : apt-get update -q && apt-get install -y libssl-dev
Original file line number Diff line number Diff line change 1616 permissions :
1717 contents : write
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
2222
You can’t perform that action at this time.
0 commit comments