-
Notifications
You must be signed in to change notification settings - Fork 557
Update GitHub Actions to Latest Stable Versions #688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: PixelPilot <[email protected]>
Signed-off-by: PixelPilot <[email protected]>
Signed-off-by: PixelPilot <[email protected]>
Signed-off-by: PixelPilot <[email protected]>
WalkthroughThe updates modify GitHub Actions workflows and a composite action to reference the latest major versions of key actions. Specifically, Changes
Sequence Diagram(s)sequenceDiagram
participant GitHub Actions Runner
participant actions/checkout@v4
participant actions/setup-node@v4
Note over GitHub Actions Runner: Workflow starts
GitHub Actions Runner->>actions/checkout@v4: Checkout repository (with submodules, fetch depth)
Note over GitHub Actions Runner: (For setup composite action)
GitHub Actions Runner->>actions/setup-node@v4: Setup Node.js environment (version 18, yarn caching)
Note over GitHub Actions Runner: Continue with workflow steps
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (4)
🔇 Additional comments (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Changes
Updates actions/setup-node from v3 to v4 in:
.github/composite-actions/setup/action.yml
Updates actions/checkout from v3 to v4 in multiple workflow files:
.github/workflows/lint.yml
.github/workflows/prettier.yml
.github/workflows/slither.yml
References
actions/setup-node@v4: https://github.com/actions/setup-node/releases/tag/v4.4.0
actions/checkout@v4: https://github.com/actions/checkout/releases/tag/v4.2.2
Summary by CodeRabbit