bump-actions

Update GitHub Actions references and install-lun defaults to a new lun release.

1|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/langston-barrett/lun --skill bump-actions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bump-actions
Source: https://github.com/langston-barrett/lun/tree/main/.claude/skills/bump-actions
Command: npx skills add https://github.com/langston-barrett/lun --skill bump-actions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Bumps lun-related GitHub Actions to keep CI pipelines aligned with the latest lun release and install-lun reference.

Core Features & Use Cases

  • Bump default version in install-lun/action.yml to a new lun release
  • Update lun/action.yml to point to the new install-lun SHA and version
  • Update workflow files to reference the new lun action SHA in .github/workflows

Quick Start

Run the bump-actions script to automatically bump the lun actions to the latest release.

Frequently Asked Questions about bump-actions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate version updates for GitHub Actions in CI workflows?

Automating version updates for GitHub Actions uses a scripted approach with guards to bump action versions across install-lun, lun, and workflow files, keeping CI pipelines aligned with the latest releases.

What does bumping lun action versions involve in a CI pipeline?

Bumping lun action versions involves updating the default version in install-lun/action.yml, pointing lun/action.yml to the new install-lun SHA, and updating workflow files to reference the new action SHA.

Can I update install-lun defaults and action references at the same time?

Yes, you can update install-lun defaults and action references simultaneously by running a bump-actions script that synchronizes version defaults, SHA references, and workflow files together.

Do I need to manually update SHA references in .github/workflows files?

No, you do not need to manually update SHA references in .github/workflows files; the automation script handles updating workflow files to reference the new lun action SHA automatically.

What is the best way to keep CI workflows aligned with the latest lun release?

The best way to keep CI workflows aligned with the latest lun release is running an auto-bump script that updates install-lun defaults, action SHAs, and workflow references through a procedural scripted approach.