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 17
17
SwiftLint :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : GitHub Action for SwiftLint
22
22
uses :
norio-nomura/[email protected]
23
23
with :
43
43
xcode : " Xcode_14.3.1"
44
44
runsOn : macos-13
45
45
steps :
46
- - uses : actions/checkout@v3
46
+ - uses : actions/checkout@v4
47
47
- name : ${{ matrix.name }}
48
48
run : xcodebuild test -scheme "overlay-container" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
49
49
- uses : actions/upload-artifact@v4
56
56
env :
57
57
DEVELOPER_DIR : /Applications/Xcode_14.1.app/Contents/Developer
58
58
steps :
59
- - uses : actions/checkout@v2
59
+ - uses : actions/checkout@v4
60
60
- name : Discover typos
61
61
run : |
62
62
export PATH="$PATH:/Library/Frameworks/Python.framework/Versions/3.11/bin"
Original file line number Diff line number Diff line change 18
18
ruby-version : 3.1.4
19
19
bundler-cache : true
20
20
- name : Checkout code
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v4
22
22
- name : Setup gems
23
23
run : |
24
24
gem install bundler
You can’t perform that action at this time.
0 commit comments