ci(docker): update docker/setup-qemu-action to v4#88
Merged
Conversation
v3 targets Node.js 20, which GitHub Actions runners have deprecated and force onto Node.js 24 with a warning on every run. v4 targets Node 24 natively. All other actions in the workflow are already on current majors.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #88 +/- ##
======================================
Coverage 34.2% 34.2%
======================================
Files 16 16
Lines 10200 10200
======================================
+ Hits 3493 3494 +1
+ Misses 6707 6706 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Every docker.yml run logs:
Warning: Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/setup-qemu-action@v3.setup-qemu-actionwas the only action in the workflow still on an old major; v4 (latest: v4.2.0) targets Node 24 natively. checkout@v7, setup-buildx-action@v4, login-action@v4 and build-push-action@v7 are already current.Note: merging re-triggers the Docker publish workflow (it watches its own path), so all four channels will be rebuilt and re-pushed — the smoke-test gate applies as usual and the digest table will be refreshed.