From 1cbfc1cfcf3e75a560122ff9ef2067e29e3c996a Mon Sep 17 00:00:00 2001
From: "hoverkraft-bot[bot]"
<128996893+hoverkraft-bot[bot]@users.noreply.github.com>
Date: Fri, 6 Feb 2026 08:14:25 +0000
Subject: [PATCH] docs: update actions and workflows documentation
[skip ci]
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
.github/workflows/continuous-integration.md | 2 +-
actions/lint/README.md | 6 +++---
actions/test/README.md | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/continuous-integration.md b/.github/workflows/continuous-integration.md
index 19d59f9..d2432e0 100644
--- a/.github/workflows/continuous-integration.md
+++ b/.github/workflows/continuous-integration.md
@@ -3,7 +3,7 @@
# GitHub Reusable Workflow: Node.js Continuous Integration
-

+
---
diff --git a/actions/lint/README.md b/actions/lint/README.md
index 273139d..4a71b5c 100644
--- a/actions/lint/README.md
+++ b/actions/lint/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Lint
-

+
---
@@ -30,7 +30,7 @@ Action to lint Node.js projects with support for pull request reporting and anno
## Usage
```yaml
-- uses: hoverkraft-tech/ci-github-nodejs/actions/lint@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1
+- uses: hoverkraft-tech/ci-github-nodejs/actions/lint@c9d9d041ba4ef35695ee469c4782fa6a8bbebbcc # 0.21.2
with:
# Working directory where lint commands are executed.
# Can be absolute or relative to the repository root.
@@ -115,7 +115,7 @@ This project is licensed under the MIT License.
SPDX-License-Identifier: MIT
-Copyright © 2025 hoverkraft
+Copyright © 2026 hoverkraft
For more details, see the [license](http://choosealicense.com/licenses/mit/).
diff --git a/actions/test/README.md b/actions/test/README.md
index 7e5d333..6496e8a 100644
--- a/actions/test/README.md
+++ b/actions/test/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Test
-

+
---
@@ -30,7 +30,7 @@ Action to test Node.js projects with support for coverage reporting and pull req
## Usage
```yaml
-- uses: hoverkraft-tech/ci-github-nodejs/actions/test@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1
+- uses: hoverkraft-tech/ci-github-nodejs/actions/test@c9d9d041ba4ef35695ee469c4782fa6a8bbebbcc # 0.21.2
with:
# Working directory where test commands are executed.
# Can be absolute or relative to the repository root.
@@ -143,7 +143,7 @@ This project is licensed under the MIT License.
SPDX-License-Identifier: MIT
-Copyright © 2025 hoverkraft
+Copyright © 2026 hoverkraft
For more details, see the [license](http://choosealicense.com/licenses/mit/).