Upgrade GitHub Actions to latest versions#553
Merged
nicoloboschi merged 1 commit intovectorize-io:mainfrom Mar 13, 2026
Merged
Conversation
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
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.
Bumps GitHub Actions to their latest versions for bug fixes and security patches.
Changes
actions/upload-pages-artifactv3v4astral-sh/setup-uvv4,v5v7docker/build-push-actionv6v7docker/login-actionv3v4docker/metadata-actionv5v6docker/setup-buildx-actionv3v4docker/setup-qemu-actionv3v4Release Notes
Release notes for astral-sh/setup-uv
v7.5.0
No more rate-limits
This release addresses a long-standing source of timeouts and rate-limit failures in setup-uv.
Previously, the action resolved version identifiers like 0.5.x by iterating over available uv releases via the GitHub API to find the best match. In contrast, latest and exact versions such as 0.5.0 skipped version resolution entirely and downloaded uv directly.
The
manifest-fileinput was an earlier attempt to improve this. It allows providing an url to a file that li...truncated
v7.4.0
Changes
Thank you @luhenry for adding support for riscv64 arch
🚀 Enhancements
🧰 Maintenance
...truncated
v7.3.1
Changes
This release adds support for running in containers like
debian:testingordebian:unstable🐛 Bug fixes
🧰 Maintenance
...truncated
v7.3.0
Changes
This release contains a few bug fixes and a new feature for the activate-environment functionality.
🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
...truncated
v7.2.1
Changes
🧰 Maintenance
...truncated
Release notes for actions/upload-pages-artifact
v4.0.0
What's Changed
If you need to include dotfiles in your artifact: instead of using this action, create your own artifact according to these requirements https://github.com/actions/upload-pages-artifact?tab=readme-ov-file#artifact-validation
actions/upload-artifactto SHA by @heavymachinery in https://git...truncated
v3.0.1
Changelog
See details of all code changes since previous release.
Release notes for docker/setup-qemu-action
v4.0.0
...truncated
v3.7.0
...truncated
v3.6.0
Full Changelog: docker/setup-qemu-action@v3.5.0...v3.6.0
v3.5.0
Full Changelog: docker/setup-qemu-action@v3.4.0...v3.5.0
v3.4.0
Full Changelog: docker/setup-qemu-action@v3.3.0...v3.4.0
Release notes for docker/setup-buildx-action
v4.0.0
...truncated
v3.12.0
installinput by @crazy-max in deprecate install input docker/setup-buildx-action#455...truncated
v3.11.1
keep-statenot being respected by @crazy-max in fix keep-state not being respected docker/setup-buildx-action#429Full Changelog: docker/setup-buildx-action@v3.11.0...v3.11.1
v3.11.0
Full Changelog: docker/setup-buildx-action@v3.10.0...v3.11.0
v3.10.0
Full Changelog: docker/setup-buildx-action@v3.9.0...v3.10.0
Release notes for docker/login-action
v4.0.0
...truncated
v3.7.0
scopeinput to set scopes for the authentication token by @crazy-max in Add scope input to set scopes for the authentication token docker/login-action#912registry-authinput by @crazy-max in ensure passwords are redacted with registry-auth docker/login-action#911Full Changelog: https://g
...truncated
v3.6.0
registry-authinput for raw authentication to registries by @crazy-max in raw authentication to registries docker/login-action#887...truncated
v3.5.0
...truncated
v3.4.0
...truncated
Release notes for docker/metadata-action
v6.0.0
#inside values while still supporting full-line#comments by @crazy-max in preserve comments in list input values with commentNoInfix docker/metadata-action#607...truncated
v5.10.0
Full Changelog: docker/metadata-action@v5.9.0...v5.10.0
v5.9.0
tag-namesoutput to return tag names without image base name by @crazy-max in tag-names output to return tag names without image base name docker/metadata-action#553...truncated
v5.8.0
is_not_default_branchglobal expression by @crazy-max in is_not_default_branch global expression docker/metadata-action#535...truncated
v5.7.0
DOCKER_METADATA_OUTPUT_*environment variables docker/metadata-action#497...truncated
Release notes for docker/build-push-action
v7.0.0
DOCKER_BUILD_NO_SUMMARYandDOCKER_BUILD_EXPORT_RETENTION_DAYSenvs by @crazy-max in remove deprecated envs docker/build-push-action#1473...truncated
v6.19.2
GIT_AUTH_TOKENhost by @crazy-max in preserve port in GIT_AUTH_TOKEN host docker/build-push-action#1458Full Changelog: docker/build-push-action@v6.19.1...v6.19.2
v6.19.1
GIT_AUTH_TOKENhost from GitHub server URL by @crazy-max in derive GIT_AUTH_TOKEN host from GitHub server URL docker/build-push-action#1456Full Changelog: docker/build-push-action@v6.19.0...v6.19.1
v6.19.0
git.832008.xyzby @crazy-max in scope default git auth token to github.com docker/build-push-action#1451...truncated
v6.18.0
Full Changelog: docker/build-push-action@v6.17.0...v6.18.0
Notes
Worth running the workflows on a branch before merging to make sure everything still works.
Validation Warnings
The following issues were detected by actionlint:
release.yml: .github/workflows/release.yml:483:7: shellcheck reported issue in this script: SC2086:info:1:45: Double quote to prevent globbing and word splitting [shellcheck]release.yml: |release.yml: 483 | run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUTtest.yml: .github/workflows/test.yml:208:7: shellcheck reported issue in this script: SC2086:info:3:61: Double quote to prevent globbing and word splitting [shellcheck]test.yml: |test.yml: 208 | run: |