Skip to content

chore(deps): bump actions/checkout from 6 to 7 - #34

Merged
snowmead merged 3 commits into
mainfrom
dependabot/github_actions/actions/checkout-7
Jun 24, 2026
Merged

chore(deps): bump actions/checkout from 6 to 7#34
snowmead merged 3 commits into
mainfrom
dependabot/github_actions/actions/checkout-7

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 6 to 7.

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [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>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 22, 2026
@dependabot
dependabotBot requested a review from snowmead as a code ownerJune 22, 2026 23:14
@dependabotdependabotBot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 22, 2026
snowmeadand others added 2 commits June 23, 2026 22:14
The actions/checkout v6->v7 bump broke the `dist plan` check: release.yml
is generated by cargo-dist 0.32.0, which pins actions/checkout@v6. Bumping
it to @v7 made `dist plan` fail with "out of date contents and needs to be
regenerated". Revert release.yml's checkout pins to @v6 so it matches the
generator (cargo-dist 0.32.0 has no support for emitting @v7).
The hand-maintained workflows (ci.yml, publish-crates.yml, publish-npm.yml)
were correctly bumped to the checkout v7.0.0 commit SHA, but dependabot left
the trailing comment as `# v4.2.2`. Correct it to `# v7.0.0` to match the SHA.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UbkunWLbnrSNFCs9ybm1VM
@snowmead
snowmead merged commit 7838ba5 into mainJun 24, 2026
12 checks passed
@snowmead
snowmead deleted the dependabot/github_actions/actions/checkout-7 branch June 24, 2026 03:01
@snowmeadsnowmead mentioned this pull request Jul 30, 2026
3 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filegithub_actionsPull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@snowmead@claude