Skip to content

Commit dd8a3b2

Browse files
chore(deps): update actions/checkout action to v7 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee8093c commit dd8a3b2

6 files changed

Lines changed: 8 additions & 8 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- { platform: watchOS, name: "watchOS 10.4", xcode: "Xcode_15.3", runsOn: macOS-14, destination: "OS=10.4,name=Apple Watch Series 9 (45mm)" }
5656
steps:
5757
- name: Checkout code
58-
uses: actions/checkout@v6
58+
uses: actions/checkout@v7
5959
- name: Run tests - ${{ matrix.name }}
6060
run: |
6161
xcodebuild test \
@@ -87,7 +87,7 @@ jobs:
8787
- { name: "macOS 14, SPM 5.10.0", xcode: "Xcode_15.3", runsOn: macOS-14 }
8888
steps:
8989
- name: Checkout code
90-
uses: actions/checkout@v6
90+
uses: actions/checkout@v7
9191
- name: Build with Swift Package Manager - ${{ matrix.name }}
9292
run: swift build -c release
9393

.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.5
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)