Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted committed Feb 24, 2024
1 parent 0ce3b88 commit a359afa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.0.0 - 2024-02-24

- Updated node runtime from 16 to 20
- Bumped `@actions/core` from 1.10.0 to 1.10.1

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: xt0rted/markdownlint-problem-matcher@v2
- uses: actions/checkout@v4
- uses: xt0rted/markdownlint-problem-matcher@v3
- run: markdownlint **/*.md --ignore node_modules
```
Expand Down

0 comments on commit a359afa

Please sign in to comment.