Skip to content

chore(deps): bump actions/checkout from 7.0.0 to 7.0.1#1669

Merged
jsturtevant merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7.0.1
Jul 21, 2026
Merged

chore(deps): bump actions/checkout from 7.0.0 to 7.0.1#1669
jsturtevant merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 7.0.0 to 7.0.1.

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

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

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

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 7.0.0 to 7.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9c091bb...3d3c42e)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the kind/dependencies For PRs that update dependencies or related components label Jul 21, 2026
Copilot AI review requested due to automatic review settings July 21, 2026 03:04
@dependabot dependabot Bot added the kind/dependencies For PRs that update dependencies or related components label Jul 21, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates GitHub Actions workflows to use the latest pinned digest for actions/checkout (v7.0.1), aligning all CI and automation workflows on the same patch release.

Changes:

  • Bump actions/checkout from v7.0.0 to v7.0.1 (digest pin) across multiple workflows.
  • Keep version comments in sync with the updated pin.

Reviewed changes

Copilot reviewed 26 out of 26 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/dep_update_guest_locks.yml Bumps actions/checkout pin to v7.0.1 for guest lock updates workflow.
.github/workflows/dep_run_examples.yml Bumps actions/checkout pin to v7.0.1 for examples workflow.
.github/workflows/dep_fuzzing.yml Bumps actions/checkout pin to v7.0.1 for fuzzing workflow.
.github/workflows/dep_code_checks.yml Bumps actions/checkout pin to v7.0.1 for Linux/Windows code checks.
.github/workflows/dep_build_test.yml Bumps actions/checkout pin to v7.0.1 for build/test workflow.
.github/workflows/dep_build_guests.yml Bumps actions/checkout pin to v7.0.1 for guest build workflow.
.github/workflows/dep_benchmarks.yml Bumps actions/checkout pin to v7.0.1 for benchmarks workflow.
.github/workflows/copilot-setup-steps.yml Bumps actions/checkout pin to v7.0.1 for Copilot setup workflow.
.github/workflows/auto-merge-dependabot.yml Bumps actions/checkout pin to v7.0.1 for Dependabot auto-merge workflow.
.github/workflows/ValidatePullRequest.yml Bumps actions/checkout pin to v7.0.1 for PR validation and aux checks.
.github/workflows/RustNightly.yml Bumps actions/checkout pin to v7.0.1 for nightly jobs and failure notification.
.github/workflows/ReleaseBlockerLabelCleanUp.yml Bumps actions/checkout pin to v7.0.1 for label cleanup workflow.
.github/workflows/ReleaseBlockerCheck.yml Bumps actions/checkout pin to v7.0.1 for blocker check workflow.
.github/workflows/RegenSnapshotGoldens.yml Bumps actions/checkout pin to v7.0.1 for snapshot regen workflows.
.github/workflows/PrimeCaches.yml Bumps actions/checkout pin to v7.0.1 for cache priming workflow.
.github/workflows/PRLabelChecker.yml Bumps actions/checkout pin to v7.0.1 for PR label checker workflow.
.github/workflows/IssueLabelChecker.yml Bumps actions/checkout pin to v7.0.1 for issue label checker workflow.
.github/workflows/Fuzzing.yml Bumps actions/checkout pin to v7.0.1 for periodic fuzzing workflow.
.github/workflows/DailyBenchmarks.yml Bumps actions/checkout pin to v7.0.1 for daily benchmarks workflow.
.github/workflows/DailyArm64.yml Bumps actions/checkout pin to v7.0.1 for daily arm64 workflow.
.github/workflows/CreateReleaseBranch.yml Bumps actions/checkout pin to v7.0.1 for release branch creation.
.github/workflows/CreateRelease.yml Bumps actions/checkout pin to v7.0.1 for release workflows.
.github/workflows/CreateDevcontainerImage.yml Bumps actions/checkout pin to v7.0.1 for devcontainer image workflow.
.github/workflows/Coverage.yml Bumps actions/checkout pin to v7.0.1 for coverage workflows and notifications.
.github/workflows/CargoPublish.yml Bumps actions/checkout pin to v7.0.1 for publish workflow.
.github/workflows/CargoAudit.yml Bumps actions/checkout pin to v7.0.1 for audit workflow.

@jsturtevant
jsturtevant merged commit a2a36d3 into main Jul 21, 2026
47 checks passed
@jsturtevant
jsturtevant deleted the dependabot/github_actions/actions/checkout-7.0.1 branch July 21, 2026 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/dependencies For PRs that update dependencies or related components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants