Skip to content

ci: standardize action versions and add Dependabot (#33)#44

Merged
ulises-jeremias merged 1 commit into
vlang:mainfrom
ifauzeee:ci/standardize-action-versions-and-dependabot
Jul 15, 2026
Merged

ci: standardize action versions and add Dependabot (#33)#44
ulises-jeremias merged 1 commit into
vlang:mainfrom
ifauzeee:ci/standardize-action-versions-and-dependabot

Conversation

@ifauzeee

@ifauzeee ifauzeee commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Summary

Resolves #33:

  • .github/workflows/check-dist.yml: actions/checkout v4 -> v6 and actions/upload-artifact v4 -> v7 so they match .github/workflows/ci.yml (already on v6 / v7). actions/setup-node was already v6.
  • Add .github/dependabot.yml to keep GitHub Actions and npm dependencies up to date (weekly).

Verification

YAML-only change; no build/test impact.

- check-dist.yml: checkout v4 -> v6 and upload-artifact v4 -> v7 to match
  ci.yml (which already uses v6 / v7). setup-node was already v6.
- Add .github/dependabot.yml for github-actions and npm weekly updates.
@ulises-jeremias

Copy link
Copy Markdown
Member

Thanks @ifauzeee! Dependabot config and version standardization. Merging!

@ulises-jeremias
ulises-jeremias merged commit e7a1d1b into vlang:main Jul 15, 2026
3 of 11 checks passed
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.

ci: standardize action versions across workflows + add Dependabot

2 participants