Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 5, 2026

Updates all GitHub Actions to their latest versions and ensures workflows build on pushes/PRs to main, including dependabot PRs.

Changes

  • Updated actions/checkout: v4v6 across all workflows (ci.yml, validate-workflows.yml, build-packages-v1.yml)
  • Verified trigger configuration: All build workflows correctly trigger on push and pull_request to main branch, which automatically includes dependabot PRs

Affected Workflows

  • ci.yml: Builds project via npm run build
  • build-packages-v1.yml: Builds packages-v1 via npm run build
  • validate-workflows.yml: Validates workflow syntax and checks for outdated actions

Note: actions/setup-node@v4 and actions/upload-artifact@v4 are already at latest versions.

Original prompt

This section details on the original issue you should resolve

<issue_title>Update GitHub Actions</issue_title>
<issue_description>- Update all action files in this repo with the latest GitHub Action versions

  • Validate all action files in this repo build the source on pushes to main or PRs to main including dependabot PRs. </issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI self-assigned this Jan 5, 2026
Copilot AI changed the title [WIP] Update all GitHub Action files to latest versions Update GitHub Actions to latest versions and validate workflow triggers Jan 5, 2026
Copilot AI requested a review from diberry January 5, 2026 21:55
@diberry diberry marked this pull request as ready for review January 5, 2026 23:28
@diberry diberry merged commit 3cf6868 into main Jan 5, 2026
11 checks passed
@diberry diberry deleted the copilot/update-github-actions branch January 5, 2026 23:30
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.

Update GitHub Actions

2 participants