Skip to content

⬆️ Bump actions/checkout from 6 to 7 in the github-actions group#2347

Merged
Borda merged 1 commit into
developfrom
dependabot/github_actions/develop/github-actions-640176b5ab
Jun 22, 2026
Merged

⬆️ Bump actions/checkout from 6 to 7 in the github-actions group#2347
Borda merged 1 commit into
developfrom
dependabot/github_actions/develop/github-actions-640176b5ab

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 1 update: actions/checkout.

Updates 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `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
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@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 requested a review from SkalskiP as a code owner June 22, 2026 00:04
@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
@Borda
Borda requested a review from Copilot June 22, 2026 06:55
@Borda
Borda merged commit ccd7098 into develop Jun 22, 2026
31 checks passed
@Borda
Borda deleted the dependabot/github_actions/develop/github-actions-640176b5ab branch June 22, 2026 06:55

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

Updates the repository’s GitHub Actions workflows to use actions/checkout v7, aligning CI/docs/build pipelines with the latest major release of the checkout action.

Changes:

  • Bumped actions/checkout from v6 to v7 (mostly via pinned v7.0.0 commit SHA) across multiple workflows.
  • Updated one workflow (ci-check-links.yml) to actions/checkout@v7 (tag), which is inconsistent with the repo’s SHA pinning pattern.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.github/workflows/publish-docs.yml Pins actions/checkout to v7.0.0 commit SHA for docs publishing workflow.
.github/workflows/ci-tests.yml Pins actions/checkout to v7.0.0 commit SHA for test matrix workflow.
.github/workflows/ci-check-links.yml Updates checkout to v7 tag (needs SHA pinning for consistency/security).
.github/workflows/ci-build-docs.yml Pins actions/checkout to v7.0.0 commit SHA for docs build verification.
.github/workflows/build-package.yml Pins actions/checkout to v7.0.0 commit SHA for package build workflow.

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
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