We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce3b88 commit a359afaCopy full SHA for a359afa
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 3.0.0 - 2024-02-24
6
+
7
- Updated node runtime from 16 to 20
8
- Bumped `@actions/core` from 1.10.0 to 1.10.1
9
README.md
@@ -13,8 +13,8 @@ jobs:
13
build:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v3
17
- - uses: xt0rted/markdownlint-problem-matcher@v2
+ - uses: actions/checkout@v4
+ - uses: xt0rted/markdownlint-problem-matcher@v3
18
- run: markdownlint **/*.md --ignore node_modules
19
```
20
0 commit comments