Skip to content

build(dependencies): update dependencies for all GitHub Actions workflows#162

Merged
jcouball merged 1 commit into
mainfrom
build/update-github-actions-dependencies
Apr 24, 2026
Merged

build(dependencies): update dependencies for all GitHub Actions workflows#162
jcouball merged 1 commit into
mainfrom
build/update-github-actions-dependencies

Conversation

@jcouball
Copy link
Copy Markdown
Member

Summary

Updates GitHub Actions workflow dependencies to their latest floating major versions.

Changes

Action Old New Latest
actions/checkout @v5 @v6 v6.0.2
googleapis/release-please-action @v4 @v5 v5.0.0

Already 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)

Copilot AI review requested due to automatic review settings April 24, 2026 21:30
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates GitHub Actions workflow action dependencies to newer major versions to keep CI/release automation current.

Changes:

  • Bump actions/checkout from @v5 to @v6 across all workflows.
  • Bump googleapis/release-please-action from @v4 to @v5 in 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.

@jcouball jcouball merged commit 3524dbf into main Apr 24, 2026
12 checks passed
@jcouball jcouball deleted the build/update-github-actions-dependencies branch April 24, 2026 21:36
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.

2 participants