Uh oh!
There was an error while loading. Please reload this page.
chore: update GitHub Actions to Node 24 - #998
Open
jonathannorris wants to merge 2 commits into
Open
Conversation
Deploying devcycle-docs with |
| Latest commit: | 463c960 |
| Status: | ✅ Deploy successful! |
| Preview URL: | https://57745071.devcycle-docs.pages.dev |
| Branch Preview URL: | https://chore-update-actions-node24.devcycle-docs.pages.dev |
jonathannorris
marked this pull request as ready for review
August 14, 2026 19:24
jonathannorris
enabled auto-merge (squash)
August 14, 2026 19:25
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates GitHub Actions workflow dependencies to versions that are compatible with Node 24, primarily by bumping third-party actions to newer major releases.
Changes:
- Updated
actions/checkoutreferences from older pins/branches to@v7across workflows. - Updated
stefanzweifel/git-auto-commit-actionusage to@v7in the diagrams workflow. - Kept existing actions that don’t have an obvious Node 24-compatible release available.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| .github/workflows/licenses.yml | Updates checkout action to actions/checkout@v7 for the license check job. |
| .github/workflows/diagrams.yml | Updates checkout and git auto-commit actions to newer major versions. |
| .github/workflows/action.yml | Replaces actions/checkout@master with actions/checkout@v7 for the link check workflow. |
Suppressed comments (1)
.github/workflows/diagrams.yml:29
- This switches from a pinned patch release (
v4.1.2) to the floating major tag@v7, which can change over time and make runs non-reproducible. Pin to a specific release tag (or a commit SHA) to keep CI deterministic.
uses: stefanzweifel/git-auto-commit-action@v7
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jonathannorrisforce-pushed
the
chore/update-actions-node24
branch
from
August 14, 2026 20:21
6159a3f to
463c960Compare
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 freeto 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