Skip to content
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

Update versions of GitHub Actions dependencies #161

Merged
merged 2 commits into from
Sep 10, 2023
Merged

Conversation

waldyrious
Copy link
Collaborator

We are currently getting warnings in GitHub Actions runs (example), saying that the versions of the actions we are using (specifically, actions/checkout@v2, dangoslen/changelog-enforcer@v2 and xt0rted/markdownlint-problem-matcher@v1) rely on Node.js 12, which is no longer going to be supported in GitHub Actions.

Since those actions have had more recent releases since we set them up, this PR updates to those latest versions, which fixes the aforementioned problem.

In addition to the Node.js version bump that these updates bring, there's an additional simplification in the dangoslen/changelog-enforcer action, which no longer needs the checkout action to be explicitly used beforehand. 😃

waldyrious added a commit that referenced this pull request Sep 10, 2023
@waldyrious
Copy link
Collaborator Author

By the way, I don't expect any compatibility issues, but for reference, here are the release notes of all the versions included in this upgrade:

dangoslen/changelog-enforcer:
xt0rted/markdownlint-problem-matcher:
actions/checkout:

CHANGELOG.md Outdated Show resolved Hide resolved
@Xymph Xymph merged commit 325520c into master Sep 10, 2023
2 checks passed
@waldyrious waldyrious deleted the update-gh-actions branch September 10, 2023 11:39
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