ci: update action versions in workflows and action metadata#46
Merged
DariuszPorowski merged 2 commits intomainfrom Dec 9, 2025
Merged
ci: update action versions in workflows and action metadata#46DariuszPorowski merged 2 commits intomainfrom
DariuszPorowski merged 2 commits intomainfrom
Conversation
Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
bf56461 to
8e30408
Compare
… configuration Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.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.
💌 Description
This pull request updates several GitHub Actions dependencies to newer, more secure, and stable versions in both the
.github/workflows/ci.ymlandaction.ymlfiles. These upgrades help ensure compatibility with the latest features and bug fixes, and also improve the reliability of the CI/CD pipeline.GitHub Actions version upgrades:
actions/checkoutto use a specific commit for versionv6.0.1in both the main and matrix jobs in.github/workflows/ci.yml. [1] [2]raven-actions/debugto use a specific commit for versionv1.2.0in.github/workflows/ci.yml.Improvements in
action.yml:actions/github-scriptfrom versionv7tov8(specific commit) for multiple steps, including setting the environment, downloading tools, installing dependencies, and running tools. [1] [2] [3] [4]actions/cacheto use a specific commit for versionv4.3.0in the cache setup step.🔗 Related issue
Fixes: #
📚 Type of change
✔️ Checklist
Code of Conductdocument.Contributingguide.