From a359afaf1f0535136ed262ae6d6dbb70a8300a4f Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Sat, 24 Feb 2024 18:23:13 -0500 Subject: [PATCH] v3.0.0 --- CHANGELOG.md | 2 ++ README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99740d5..ca190b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 00df8be..64ec3a7 100644 --- a/README.md +++ b/README.md @@ -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 ```