chore(deps): update github action runners #324
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes:
actions/checkout
to 2.3.3wagoid/commitlint-github-action
to 1.8.0actions/setup-node
to 1.4.4actions/create-release
to 1.1.4Context:
This pull request bumps all GitHub Action runners to the latest stable version that is in range.
I noticed all the GitHub action runners are using outdated versions. I don't know if this is by design or not.
I don't know if Renovate can check for regular GitHub Actions updates?
The
wagoid/commitlint-github-action
actually has a 2.x release with breaking changes.Quote from v2.0.0 changelog:
Release logs for included version upgrades:
https://github.com/actions/checkout/releases/tag/v2.3.3
https://github.com/wagoid/commitlint-github-action/releases/tag/v1.8.0
https://github.com/actions/setup-node/releases/tag/v1.4.4
https://github.com/actions/create-release/releases/tag/v1.1.4
EDIT: Force pushed a amended commit with a commit message that passes the commit-lint check. 🤓
Also I hope I'm using the right template, I don't know if this is a
chore(deps)
or afix(deps)
kind of change.