Update to version 23.2.0.

This commit is contained in:
David Anson
2026-05-06 05:46:22 +00:00
parent dc5dad9f8b
commit ded1f9488f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "markdownlint-cli2-action", "name": "markdownlint-cli2-action",
"version": "23.1.0", "version": "23.2.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "markdownlint-cli2-action", "name": "markdownlint-cli2-action",
"version": "23.1.0", "version": "23.2.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "3.0.1", "@actions/core": "3.0.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "markdownlint-cli2-action", "name": "markdownlint-cli2-action",
"version": "23.1.0", "version": "23.2.0",
"description": "A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library", "description": "A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library",
"author": { "author": {
"name": "David Anson", "name": "David Anson",