File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 runs-on : [self-hosted, macOS]
99 steps :
1010 - name : Checkout repository
11- uses : actions/checkout@v1
11+ uses : actions/checkout@v3
1212 - name : Build Documentation
1313 run : exec ./.github/scripts/build-docc.sh
1414 - name : Init new repo in dist folder and commit generated files
Original file line number Diff line number Diff line change 66 SwiftLint :
77 runs-on : [self-hosted, macOS]
88 steps :
9- - uses : actions/checkout@v1
9+ - uses : actions/checkout@v3
1010 - name : GitHub Action for SwiftLint with --strict
1111 run : swiftlint --strict
Original file line number Diff line number Diff line change 88 runs-on : [self-hosted, macOS]
99 steps :
1010 - name : Checkout repository
11- uses : actions/checkout@v1
11+ uses : actions/checkout@v3
1212 - name : Testing Package
1313 run : exec ./.github/scripts/tests.sh arm
You can’t perform that action at this time.
0 commit comments