Skip to content

ci(deps): bump actions/checkout from 6 to 7 - #66

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

ci(deps): bump actions/checkout from 6 to 7#66
dependabot[bot] wants to merge 1 commit into
zizfrom
dependabot/github_actions/actions/checkout-7

Conversation

@dependabot

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

Copy link
Copy Markdown

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

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

@dependabot dependabot Bot added the 📦 dependencies Pull requests that update a dependency file label Jun 23, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-7 branch from ea614df to e33fd40 Compare June 27, 2026 01:41
@lishaduck
lishaduck enabled auto-merge (squash) June 27, 2026 01:50
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-7 branch from e33fd40 to 0ed0d73 Compare June 27, 2026 02:59
@lishaduck

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-7 branch 2 times, most recently from 0695c1b to be53e0e Compare June 30, 2026 13:16
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)

Co-authored-by: Eli <elisha.dukes@gmail.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019fbb44-bcba-718f-849a-12815326f2e6

---
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>
@lishaduck
lishaduck disabled auto-merge August 1, 2026 03:13
@lishaduck
lishaduck force-pushed the dependabot/github_actions/actions/checkout-7 branch from be53e0e to 64e4d8b Compare August 1, 2026 03:13
@lishaduck
lishaduck changed the base branch from master to ziz August 1, 2026 03:13
@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown

@check-spelling-bot Report

🔴 Please review

See the 📂 files view, the 📜action log, or 📝 job summary for details.

❌ Errors Count
❌ unrecognized-spelling-pr-description 4

See ❌ Event descriptions for more information.

Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary

This includes both expected items (295) from .github/actions/spelling/expect.txt

Dictionary Entries Covers Uniquely
cspell:aws/aws.txt 218 9 5
cspell:python/src/common/extra.txt 741 6 4
cspell:php/dict/php.txt 1689 7 3
cspell:python/src/python/python-lib.txt 2417 7 1
cspell:dotnet/dict/dotnet.txt 405 6 1
cspell:k8s/dict/k8s.txt 153 5 2
cspell:java/src/java.txt 2464 3 1
cspell:java/src/java-terms.txt 920 2
cspell:cpp/src/people.txt 23 1 1
cspell:gaming-terms/dict/gaming-terms.txt 59 1 1
cspell:powershell/dict/powershell.txt 91 1 1
cspell:monkeyc/src/monkeyc_keywords.txt 123 1 1
cspell:golang/dict/go.txt 2099 1 1
cspell:cpp/src/compiler-msvc.txt 28 1
cspell:python/src/python/python.txt 392 1
cspell:django/dict/django.txt 393 1
cspell:r/src/r.txt 543 1

Consider adding to the extra_dictionaries array (in the .github/actions/spelling/config.json file):

    "cspell:aws/aws.txt",
    "cspell:python/src/common/extra.txt",
    "cspell:php/dict/php.txt",
    "cspell:python/src/python/python-lib.txt",
    "cspell:dotnet/dict/dotnet.txt",
    "cspell:k8s/dict/k8s.txt",
    "cspell:java/src/java.txt",
    "cspell:java/src/java-terms.txt",
    "cspell:cpp/src/people.txt",
    "cspell:gaming-terms/dict/gaming-terms.txt",
    "cspell:powershell/dict/powershell.txt",
    "cspell:monkeyc/src/monkeyc_keywords.txt",
    "cspell:golang/dict/go.txt",
    "cspell:cpp/src/compiler-msvc.txt",
    "cspell:python/src/python/python.txt",
    "cspell:django/dict/django.txt",
    "cspell:r/src/r.txt",

To stop checking additional dictionaries, put (in the .github/actions/spelling/config.json file):

"check_extra_dictionaries": []
Additional unrecognized items (4)

Items were found in the pull request description.

  • CODEOWNERS
  • Ghes
  • creds
  • worktree

For the specific items, see Details 🔎 in the 📝 job summary. If they are acceptable, you will need to add them to allow.txt or mask them with patterns.txt.

If the flagged items are false positives

If items relate to a ...

  • binary file (or some other file you wouldn't want to check at all).

    Please add a file path to the excludes.txt file matching the containing file.

    File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.

    ^ refers to the file's path from the root of the repository, so ^README\.md$ would exclude README.md (on whichever branch you're using).

  • well-formed pattern.

    If you can write a pattern that would match it,
    try adding it to the patterns.txt file.

    Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.

    Note that patterns can't match multiline strings.

@lishaduck lishaduck closed this Aug 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/checkout-7 branch August 1, 2026 03:27
@lishaduck lishaduck mentioned this pull request Aug 1, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant