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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ jobs:
check-changelog-change:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dangoslen/changelog-enforcer@v2
- uses: dangoslen/changelog-enforcer@v3
# Ensure markdown files are formatted consistently
lint-markdown-files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: xt0rted/markdownlint-problem-matcher@v1
- uses: actions/checkout@v3
- uses: xt0rted/markdownlint-problem-matcher@v2
- run: npm install -g markdownlint-cli
- run: markdownlint **/*.md
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and [Keep a Changelog](http://keepachangelog.com/).
### Changed

- Clarified instructions in `GOVERNANCE.md` for releasing new versions ([#157])
- Updated versions of GitHub Actions dependencies ([#161])

## Version 1.1.0 - 2023-07-30

Expand Down Expand Up @@ -260,3 +261,4 @@ and may require changes in applications that invoke these methods:_
[#153]: https://github.com/hamstar/Wikimate/pull/153
[#155]: https://github.com/hamstar/Wikimate/pull/155
[#157]: https://github.com/hamstar/Wikimate/pull/157
[#161]: https://github.com/hamstar/Wikimate/pull/161