Skip to content

Commit bb9a4e0

Browse files
authored
Merge pull request #494 from meilisearch/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 04be81e + 8831f51 commit bb9a4e0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/cocoapods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

.github/workflows/pre-release-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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).

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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:

0 commit comments

Comments
 (0)