File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 name : Publish to CocoaPods
1111 runs-on : macos-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - name : Check release validity
1515 run : sh .github/scripts/check-release.sh
1616 - name : Lint podspec before submitting
Original file line number Diff line number Diff line change 1818 env :
1919 DEVELOPER_DIR : /Applications/Xcode_12.4.app/Contents/Developer
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - name : Download the latest stable version of Meilisearch
2323 run : |
2424 # This script is used in the SDK CIs to fetch the latest Meilisearch RC name (ex: v0.16.0rc2).
Original file line number Diff line number Diff line change 2020 env :
2121 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - name : Download the latest stable version of Meilisearch
2525 run : |
2626 curl -L https://raw.githubusercontent.com/meilisearch/meilisearch/main/download-latest.sh | sh
@@ -35,23 +35,23 @@ jobs:
3535 name : linter-check
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@v5
38+ - uses : actions/checkout@v6
3939 - name : GitHub Action for SwiftLint
4040 uses : norio-nomura/action-swiftlint@3.2.1
4141
4242 pod-spec-lint :
4343 name : pod-spec-lint
4444 runs-on : macos-latest
4545 steps :
46- - uses : actions/checkout@v5
46+ - uses : actions/checkout@v6
4747 - name : Run CocoaPods pod linter
4848 run : pod spec lint
4949
5050 yaml-lint :
5151 name : Yaml linting check
5252 runs-on : ubuntu-latest
5353 steps :
54- - uses : actions/checkout@v5
54+ - uses : actions/checkout@v6
5555 - name : Yaml lint check
5656 uses : ibiqlik/action-yamllint@v3
5757 with :
You can’t perform that action at this time.
0 commit comments