Skip to content

chore(deps): bump actions/checkout from 4 to 7#985

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions/checkout-7
Open

chore(deps): bump actions/checkout from 4 to 7#985
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions/checkout-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 4 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

v6.0.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

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

Summary by CodeRabbit

  • Chores
    • Updated several GitHub Actions workflows to use a newer repository checkout action version.
    • This applies across release, pre-release, test, verification, and edge-related automation.
    • No changes were made to build steps, test commands, or release logic.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 22, 2026
@dependabot dependabot Bot changed the title chore(deps): bump actions/checkout from 6 to 7 chore(deps): bump actions/checkout from 4 to 7 Jun 29, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-7 branch from 70a873e to b5b8c89 Compare June 29, 2026 11:29
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...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>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-7 branch from b5b8c89 to 4cbd203 Compare June 29, 2026 11:36
@PeterDaveHello

Copy link
Copy Markdown
Member

@codex review

@PeterDaveHello PeterDaveHello requested a review from Copilot June 30, 2026 19:46
@PeterDaveHello

Copy link
Copy Markdown
Member

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@coderabbitai

coderabbitai Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 8cd850c3-af96-4dc9-b74a-27bcd5411a87

📥 Commits

Reviewing files that changed from the base of the PR and between e01a157 and 4cbd203.

📒 Files selected for processing (5)
  • .github/workflows/edge-api-key-expiry.yml
  • .github/workflows/pr-tests.yml
  • .github/workflows/pre-release-build.yml
  • .github/workflows/tagged-release.yml
  • .github/workflows/verify-configs.yml

📝 Walkthrough

Walkthrough

This PR updates the actions/checkout GitHub Action version to v7 across five workflow files: edge-api-key-expiry.yml (from v4), and pr-tests.yml, pre-release-build.yml, tagged-release.yml, verify-configs.yml (from v6). No other workflow logic is changed.

Changes

CI Checkout Version Bump

Layer / File(s) Summary
Update checkout action to v7
.github/workflows/edge-api-key-expiry.yml, .github/workflows/pr-tests.yml, .github/workflows/pre-release-build.yml, .github/workflows/tagged-release.yml, .github/workflows/verify-configs.yml
All checkout steps across these workflows are updated to use actions/checkout@v7, replacing prior @v4 or @v6 references.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • kmk142789
  • PeterDaveHello

A rabbit hops through workflows bright,
Bumping checkouts left and right,
v6, v4, now all say seven,
CI pipelines feel like heaven,
🐇 Hop, commit, and merge with glee!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: upgrading actions/checkout to v7 across workflows.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/github_actions/actions/checkout-7

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the GitHub Actions workflows in this repository to use actions/checkout@v7, aligning CI/release automation with the latest major version of the official checkout action.

Changes:

  • Bumped actions/checkout from v6 to v7 across CI/release workflows.
  • Bumped actions/checkout from v4 to v7 in the scheduled Edge API key expiry reminder workflow.

Reviewed changes

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

Show a summary per file
File Description
.github/workflows/verify-configs.yml Updates checkout action to actions/checkout@v7 for scheduled/manual config verification.
.github/workflows/tagged-release.yml Updates checkout action to actions/checkout@v7 for tagged releases and manual release runs.
.github/workflows/pre-release-build.yml Updates checkout action to actions/checkout@v7 for pre-release build workflow.
.github/workflows/pr-tests.yml Updates checkout action to actions/checkout@v7 for PR/push test, lint, and build jobs.
.github/workflows/edge-api-key-expiry.yml Updates checkout action from v4 to v7 for the scheduled/manual Edge API key expiry check.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Hooray!

Reviewed commit: 4cbd203b72

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants