Skip to content

Commit 2fa0aff

Browse files
chore(deps): bump actions/checkout from 6 to 7 (#470)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54aa7e6 commit 2fa0aff

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
NODE_OPTIONS: "--max-old-space-size=12288"
2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232
with:
3333
token: ${{ secrets.GITHUB_TOKEN }}
3434

.github/workflows/cli-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Checkout code
47-
uses: actions/checkout@v6
47+
uses: actions/checkout@v7
4848
with:
4949
ref: ${{ github.event.inputs.tag || github.ref }}
5050

.github/workflows/cli-semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929
with:
3030
fetch-depth: 0
3131
persist-credentials: false

.github/workflows/crowdin-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v6
32+
uses: actions/checkout@v7
3333
with:
3434
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
3535

.github/workflows/docs-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout code
32-
uses: actions/checkout@v6
32+
uses: actions/checkout@v7
3333

3434
- name: Set lowercase repo name
3535
run: echo "REPO_LC=$(echo $GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
@@ -61,7 +61,7 @@ jobs:
6161

6262
steps:
6363
- name: Checkout code
64-
uses: actions/checkout@v6
64+
uses: actions/checkout@v7
6565

6666
- name: Set lowercase repo name
6767
run: echo "REPO_LC=$(echo $GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV

.github/workflows/packages-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@v6
41+
uses: actions/checkout@v7
4242
with:
4343
fetch-depth: 0
4444

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: Checkout code
58-
uses: actions/checkout@v6
58+
uses: actions/checkout@v7
5959

6060
- name: Set lowercase repo name
6161
run: echo "REPO_LC=$(echo $GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
@@ -116,7 +116,7 @@ jobs:
116116

117117
steps:
118118
- name: Checkout code
119-
uses: actions/checkout@v6
119+
uses: actions/checkout@v7
120120

121121
- name: Set lowercase repo name
122122
run: echo "REPO_LC=$(echo $GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
@@ -185,7 +185,7 @@ jobs:
185185

186186
steps:
187187
- name: Checkout code
188-
uses: actions/checkout@v6
188+
uses: actions/checkout@v7
189189
with:
190190
fetch-depth: 0 # Need full history to get all tags
191191

@@ -256,7 +256,7 @@ jobs:
256256

257257
steps:
258258
- name: Checkout code
259-
uses: actions/checkout@v6
259+
uses: actions/checkout@v7
260260
with:
261261
ref: ${{ github.event.inputs.tag }}
262262

@@ -309,7 +309,7 @@ jobs:
309309

310310
steps:
311311
- name: Checkout code
312-
uses: actions/checkout@v6
312+
uses: actions/checkout@v7
313313
with:
314314
ref: ${{ github.event.inputs.tag }}
315315

@@ -380,7 +380,7 @@ jobs:
380380
password: ${{ secrets.GITHUB_TOKEN }}
381381

382382
- name: Checkout code
383-
uses: actions/checkout@v6
383+
uses: actions/checkout@v7
384384
with:
385385
fetch-depth: 0
386386

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
NODE_OPTIONS: "--max-old-space-size=6144"
3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v6
32+
uses: actions/checkout@v7
3333
with:
3434
fetch-depth: 0
3535
persist-credentials: false

0 commit comments

Comments
 (0)