Skip to content

ci: update GitHub Actions versions#174

Open
vincenzopalazzo wants to merge 1 commit intolightningdevkit:mainfrom
vincenzopalazzo:codex/update-actions-155
Open

ci: update GitHub Actions versions#174
vincenzopalazzo wants to merge 1 commit intolightningdevkit:mainfrom
vincenzopalazzo:codex/update-actions-155

Conversation

@vincenzopalazzo
Copy link
Contributor

Summary

  • update all workflows to use the latest major of actions/checkout
  • update actions/cache and peter-evans/create-pull-request where newer majors are available
  • set explicit read-only contents permissions on non-mutating workflows

Testing

  • go run github.com/rhysd/actionlint/cmd/actionlint@latest
  • git diff --check

Closes #155

@ldk-reviews-bot
Copy link

ldk-reviews-bot commented Mar 25, 2026

I've assigned @benthecarman as a reviewer!
I'll wait for their review and will help manage the review process.
Once they submit their review, I'll check if a second reviewer would be helpful.

@benthecarman
Copy link
Collaborator

Can we also add so we don't get duplicate runs for multiple pushes

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true

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 actions steps to latest versions

3 participants