Skip to content

ci(docker): update docker/setup-qemu-action to v4#88

Merged
XOlegator merged 1 commit into
masterfrom
ci/bump-setup-qemu-action
Jul 7, 2026
Merged

ci(docker): update docker/setup-qemu-action to v4#88
XOlegator merged 1 commit into
masterfrom
ci/bump-setup-qemu-action

Conversation

@XOlegator

Copy link
Copy Markdown
Owner

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-action was 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.

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

codecov Bot commented Jul 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 34.2%. Comparing base (255d222) to head (b899f5e).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #88   +/-   ##
======================================
  Coverage    34.2%   34.2%           
======================================
  Files          16      16           
  Lines       10200   10200           
======================================
+ Hits         3493    3494    +1     
+ Misses       6707    6706    -1     
Flag Coverage Δ
integration 31.2% <ø> (+<0.1%) ⬆️
mysql-8.0 91.6% <ø> (ø)
mysql-8.4 91.6% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@XOlegator XOlegator merged commit e17e98f into master Jul 7, 2026
18 checks passed
@XOlegator XOlegator deleted the ci/bump-setup-qemu-action branch July 7, 2026 19:47
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.

1 participant