Skip to content

ci: update action versions in ci.yml to current majors - #1203

Merged
rwightman merged 1 commit into
mlfoundations:mainfrom
katsugtgz:ci/update-actions-cache-checkout
Aug 23, 2026
Merged

ci: update action versions in ci.yml to current majors#1203
rwightman merged 1 commit into
mlfoundations:mainfrom
katsugtgz:ci/update-actions-cache-checkout

Conversation

@katsugtgz

Copy link
Copy Markdown
Contributor

Updates the CI workflow to use current GitHub-maintained action versions.

Changes:

  • actions/checkout@v3 -> actions/checkout@v7
  • actions/setup-python@v4 -> actions/setup-python@v7
  • actions/cache@v3 -> actions/cache@v6 (2 steps)
  • actions/upload-artifact@v4 -> actions/upload-artifact@v7

All inputs used by this workflow (fetch-depth, python-version, path, key, restore-keys, name) are unchanged in the new majors, so no other edits are needed.

Validation:

  • workflow YAML parses locally
  • release notes for each new major checked for removed inputs

Scope: .github/workflows/ci.yml only.

checkout v3 -> v7, setup-python v4 -> v7, cache v3 -> v6,
upload-artifact v4 -> v7. Inputs used by this workflow are
unchanged in the new majors.
@rwightman
rwightman merged commit e0c00c8 into mlfoundations:main Aug 23, 2026
4 checks passed
@katsugtgz
katsugtgz deleted the ci/update-actions-cache-checkout branch August 23, 2026 20:09
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.

2 participants