Skip to content

Commit 2d6e949

Browse files
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 6283fb1 commit 2d6e949

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
repo-hygiene:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818

1919
- name: Ensure .squad stays untracked
2020
shell: bash
@@ -38,7 +38,7 @@ jobs:
3838
Write-Error "repo-hygiene failed; see the repo-hygiene job output."
3939
exit 1
4040
41-
- uses: actions/checkout@v6
41+
- uses: actions/checkout@v7
4242
with:
4343
fetch-depth: 0
4444

@@ -312,7 +312,7 @@ jobs:
312312
Write-Error "repo-hygiene failed; see the repo-hygiene job output."
313313
exit 1
314314
315-
- uses: actions/checkout@v6
315+
- uses: actions/checkout@v7
316316
with:
317317
fetch-depth: 0
318318

@@ -384,7 +384,7 @@ jobs:
384384
rid: [win-x64, win-arm64]
385385

386386
steps:
387-
- uses: actions/checkout@v6
387+
- uses: actions/checkout@v7
388388
with:
389389
fetch-depth: 0
390390

@@ -460,7 +460,7 @@ jobs:
460460
platform: ARM64
461461

462462
steps:
463-
- uses: actions/checkout@v6
463+
- uses: actions/checkout@v7
464464
with:
465465
fetch-depth: 0
466466

@@ -550,7 +550,7 @@ jobs:
550550
id-token: write
551551

552552
steps:
553-
- uses: actions/checkout@v6
553+
- uses: actions/checkout@v7
554554

555555
- name: Download win-x64 tray artifact
556556
uses: actions/download-artifact@v8

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
timeout-minutes: 45
9090
steps:
9191
- name: Checkout
92-
uses: actions/checkout@v6
92+
uses: actions/checkout@v7
9393
with:
9494
fetch-depth: 0
9595

@@ -124,7 +124,7 @@ jobs:
124124
timeout-minutes: 15
125125
steps:
126126
- name: Checkout
127-
uses: actions/checkout@v6
127+
uses: actions/checkout@v7
128128

129129
- name: Initialize CodeQL
130130
uses: github/codeql-action/init@v4

.github/workflows/copilot-setup-steps.yml

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

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
- name: Install gh-aw extension
2424
uses: github/gh-aw-actions/setup-cli@c0338fef4749d08c21f8f975fb0e37efa17dda47 # v0.79.8
2525
with:

.github/workflows/gateway-lkg-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
BRANCH_NAME: automation/gateway-lkg-update
2121
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
with:
2525
fetch-depth: 0
2626

0 commit comments

Comments
 (0)