build(dependencies): update dependencies for all GitHub Actions workflows#162
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions workflow action dependencies to newer major versions to keep CI/release automation current.
Changes:
- Bump
actions/checkoutfrom@v5to@v6across all workflows. - Bump
googleapis/release-please-actionfrom@v4to@v5in the release workflow.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/release.yml | Updates checkout to v6 and release-please to v5 for the release/publish workflow. |
| .github/workflows/process-spawn-test.yml | Updates checkout to v6 for the Process.spawn validation workflow. |
| .github/workflows/experimental_ruby_builds.yml | Updates checkout to v6 for experimental matrix builds. |
| .github/workflows/enforce_conventional_commits.yml | Updates checkout to v6 for commitlint workflow. |
| .github/workflows/continuous-integration.yml | Updates checkout to v6 for CI matrix builds. |
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
Updates GitHub Actions workflow dependencies to their latest floating major versions.
Changes
actions/checkout@v5@v6googleapis/release-please-action@v4@v5Already current (no change needed)
actions/setup-java@v5— latest is still v5 (latest: v5.2.0)ruby/setup-ruby@v1— latest is still v1 (latest: v1.305.0)wagoid/commitlint-github-action@v6— latest is still v6 (latest: v6.2.1)rubygems/release-gem@v1— latest is still v1 (latest: v1.2.0)