Skip to content

Commit 5fdd829

Browse files
dependabot[bot]dgolovin
authored andcommitted
chore(deps): bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21e329d commit 5fdd829

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/codecov-next.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-24.04
3333
timeout-minutes: 60
3434
steps:
35-
- uses: actions/checkout@v6
35+
- uses: actions/checkout@v7
3636
- uses: pnpm/action-setup@v6
3737
name: Install pnpm
3838
with:

.github/workflows/next-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
builder_required: ${{ steps.check.outputs.builder_required }}
3737
steps:
3838
- name: Checkout Repository
39-
uses: actions/checkout@v6
39+
uses: actions/checkout@v7
4040
with:
4141
fetch-depth: 2 # Ensure we have at least one previous commit for diff check
4242

@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-24.04
5757

5858
steps:
59-
- uses: actions/checkout@v6
59+
- uses: actions/checkout@v7
6060
with:
6161
fetch-depth: 0
6262

@@ -107,7 +107,7 @@ jobs:
107107
needs: builder-image
108108

109109
steps:
110-
- uses: actions/checkout@v6
110+
- uses: actions/checkout@v7
111111
with:
112112
fetch-depth: 0
113113

.github/workflows/pr-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
steps:
39-
- uses: actions/checkout@v6
39+
- uses: actions/checkout@v7
4040

4141
- uses: pnpm/action-setup@v6
4242
name: Install pnpm

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
releaseId: ${{ steps.create_release.outputs.id}}
5050

5151
steps:
52-
- uses: actions/checkout@v6
52+
- uses: actions/checkout@v7
5353
with:
5454
ref: ${{ github.event.inputs.branch }}
5555
- name: Generate tag utilities
@@ -114,7 +114,7 @@ jobs:
114114
needs: tag
115115
runs-on: ubuntu-24.04
116116
steps:
117-
- uses: actions/checkout@v6
117+
- uses: actions/checkout@v7
118118
with:
119119
ref: ${{ needs.tag.outputs.githubTag }}
120120

@@ -165,7 +165,7 @@ jobs:
165165
needs: [builder-image, tag]
166166

167167
steps:
168-
- uses: actions/checkout@v6
168+
- uses: actions/checkout@v7
169169
with:
170170
fetch-depth: 0
171171

0 commit comments

Comments
 (0)