Skip to content

Commit a359afa

Browse files
committed
v3.0.0
1 parent 0ce3b88 commit a359afa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 3.0.0 - 2024-02-24
6+
57
- Updated node runtime from 16 to 20
68
- Bumped `@actions/core` from 1.10.0 to 1.10.1
79

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
17-
- uses: xt0rted/markdownlint-problem-matcher@v2
16+
- uses: actions/checkout@v4
17+
- uses: xt0rted/markdownlint-problem-matcher@v3
1818
- run: markdownlint **/*.md --ignore node_modules
1919
```
2020

0 commit comments

Comments
 (0)