Skip to content

Update checkout action to v7 - #34066

Open
luojiyin1987 wants to merge 2 commits into
uBlockOrigin:masterfrom
luojiyin1987:agent/update-checkout-v7.0.1
Open

Update checkout action to v7#34066
luojiyin1987 wants to merge 2 commits into
uBlockOrigin:masterfrom
luojiyin1987:agent/update-checkout-v7.0.1

Conversation

@luojiyin1987

@luojiyin1987 luojiyin1987 commented Aug 11, 2026

Copy link
Copy Markdown

Fixes #34065.

Summary

All workflows now use actions/checkout@v7.
This replaces two v4 references and one v3 reference.
The v7 tag tracks compatible version 7 releases.

Impact

The repository now uses one checkout major version.
Future compatible version 7 releases need no manual update.
No checkout inputs changed.
No workflow permissions changed.
No workflow commands changed.

Checks

  • Parsed all three changed workflows as YAML.
  • Confirmed that the official v7 tag exists.
  • Ran git diff --check.
  • Confirmed that the diff changes only three version references.

@luojiyin1987
luojiyin1987 marked this pull request as ready for review August 11, 2026 16:14
@krystian3w

Copy link
Copy Markdown
Contributor

But won’t that mean that when a compatible version of 7.0.2/7.1/7.2 comes out, we’ll have to bump it again?

@luojiyin1987 luojiyin1987 changed the title Update checkout action to v7.0.1 Update checkout action to v7 Aug 12, 2026
@luojiyin1987

Copy link
Copy Markdown
Author

Good point. I’ve changed it to actions/checkout@v7, so compatible v7 updates will be picked up automatically.

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 checkout action to v7.0.1

2 participants