Skip to content

Bump actions/checkout to v7 and add Dependabot for actions - #6

Merged
emarref merged 1 commit into
mainfrom
3-update-github-actions
Jul 27, 2026
Merged

Bump actions/checkout to v7 and add Dependabot for actions#6
emarref merged 1 commit into
mainfrom
3-update-github-actions

Conversation

@emarref

@emarref emarref commented Jul 27, 2026

Copy link
Copy Markdown
Owner

Summary

Bumps actions/checkout from @v4 (three majors behind) to @v7 in both workflows, and adds a Dependabot config so future GitHub Actions bumps are raised automatically.

  • ci.yml: actions/checkout@v4@v7
  • release.yml: actions/checkout@v4@v7
  • .github/dependabot.yml (new): github-actions ecosystem, weekly schedule

Verification

  • Confirmed via gh api that v7 is the current latest major (v7.0.1, published 2026-07-20).
  • Re-scanned all workflow files: actions/checkout is the only action in use, and both instances are now @v7 — nothing else is behind its latest major.
  • All three YAML files parse cleanly.
  • checkout@v7 is a drop-in for @v4 with no input changes, so CI/release should stay green once the runners pick it up.

Closes #3

Both workflows pinned actions/checkout@v4, three majors behind the
latest (v7.0.1). Bump ci.yml and release.yml to @v7 — a drop-in with no
input changes. A re-scan confirms checkout is the only action in either
workflow.

Add .github/dependabot.yml (github-actions, weekly) so future bumps are
raised automatically and only merge once CI proves them green.

Closes #3
@emarref
emarref merged commit b62391a into main Jul 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update all GitHub Actions to their latest versions

1 participant