Skip to content

Commit 66a2b91

Browse files
chore(deps): update actions/checkout action to v7
1 parent 40a7af8 commit 66a2b91

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
!startsWith(github.event.head_commit.message, 'chore(changelog): update CHANGELOG.md') &&
1616
github.event.head_commit.author.name != 'github-actions[bot]'
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919
with:
2020
fetch-depth: 0
2121
- uses: jdx/mise-action@v4

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
- { platform: iOS, name: "iOS 18.1", xcode: "Xcode_16.1", runsOn: macOS-14, destination: "OS=18.1,name=iPhone 16 Pro" }
3939
- { platform: iOS, name: "iOS 17.4", xcode: "Xcode_15.3", runsOn: macOS-14, destination: "OS=17.4,name=iPhone 15 Pro" }
4040
steps:
41-
- uses: actions/checkout@v6
41+
- uses: actions/checkout@v7
4242
- name: ${{ matrix.name }}
4343
run: xcodebuild test -scheme "$SCHEME_NAME" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1

.github/workflows/conventional-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 15
1818
if: ${{ !startsWith(github.event.head_commit.message, '[Release]') }}
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121
- uses: amannn/action-semantic-pull-request@v6
2222
with:
2323
requireScope: false

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ruby-version: 4.0.4
2323
bundler-cache: true
2424
- name: Checkout code
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626
- name: Setup gems
2727
run: |
2828
gem install bundler

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: lint
2323
runs-on: macos-26
2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v7
2626
with:
2727
fetch-depth: 0
2828
- uses: jdx/mise-action@v4
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
3737
steps:
38-
- uses: actions/checkout@v6
38+
- uses: actions/checkout@v7
3939

4040
- name: Set up Python environment
4141
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
next-version: ${{ steps.next-version.outputs.NEXT_VERSION }}
2424
commit-hash: ${{ steps.auto-commit-action.outputs.commit_hash }}
2525
steps:
26-
- uses: actions/checkout@v6
26+
- uses: actions/checkout@v7
2727
with:
2828
fetch-depth: 0
2929
- uses: jdx/mise-action@v4

0 commit comments

Comments
 (0)