Skip to content

Conversation

@stscoundrel
Copy link
Contributor

Automatically create update PRs for Github Actions workflows, like actions/checkout or actions/setup-java.

To avoid update spam, only updates them once a month & groups the updates into one pull request. Simply stops the actions versions from growing old.

There already are some older action versions in use, causing warnings in CI runs like:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20 [...]

To see sample PR generated by merging of this config, see this PR in my fork.

Automatically create update PR for Github Actions workflows, like actions/checkout or actions/setup-java.

To avoid update spam, only updates them once a month & groups the updates into one pull request. Simply stops the actions versions from growing old.

There already are some older action versions in use, causing warnings in CI runs like:

"Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20"
@lenguyenthanh lenguyenthanh merged commit 9400a49 into lichess-org:master Mar 29, 2024
@lenguyenthanh
Copy link
Member

thanks @stscoundrel!

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.

2 participants