Skip to content

Commit 7c619c9

Browse files
Bump actions/checkout from 6 to 7 (#436)
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 03878bd commit 7c619c9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
checks: write
1717
id-token: write
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
with:
2121
# On PRs, check out the head ref directly (not the merge commit) so
2222
# any regenerated files can be pushed back to the source branch.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# If you do not check out your code, Copilot will do this for you.
2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030

3131
- name: Set up Node.js
3232
uses: actions/setup-node@v6

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919
- name: Setup Node
2020
uses: actions/setup-node@v6
2121
with:
@@ -37,7 +37,7 @@ jobs:
3737
contents: read
3838
id-token: write
3939
steps:
40-
- uses: actions/checkout@v6
40+
- uses: actions/checkout@v7
4141
- uses: actions/setup-node@v6
4242
with:
4343
node-version: 24.x

0 commit comments

Comments
 (0)