diff --git a/.github/workflows/continuous-integration.md b/.github/workflows/continuous-integration.md
index 6a6fed7..7d16355 100644
--- a/.github/workflows/continuous-integration.md
+++ b/.github/workflows/continuous-integration.md
@@ -3,7 +3,7 @@
# GitHub Reusable Workflow: Node.js Continuous Integration
-

+
---
@@ -16,7 +16,7 @@
[](http://choosealicense.com/licenses/mit/)
[](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-nodejs?style=social)
[](https://github.com/hoverkraft-tech/ci-github-nodejs/blob/main/CONTRIBUTING.md)
-[](https://codecov.io/gh/hoverkraft-tech/compose-action)
+
diff --git a/.github/workflows/release.md b/.github/workflows/release.md
index a2a216d..65f5455 100644
--- a/.github/workflows/release.md
+++ b/.github/workflows/release.md
@@ -3,7 +3,7 @@
# GitHub Reusable Workflow: Node.js Release
-

+
---
@@ -16,6 +16,7 @@
[](http://choosealicense.com/licenses/mit/)
[](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-nodejs?style=social)
[](https://github.com/hoverkraft-tech/ci-github-nodejs/blob/main/CONTRIBUTING.md)
+
@@ -46,7 +47,7 @@ on:
permissions: {}
jobs:
release:
- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml@a11e4f1465b321b60ddfceeb06b0859f16d02b21 # 0.24.1
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
permissions:
contents: read
id-token: write
@@ -162,7 +163,7 @@ jobs:
release:
needs: ci
- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml@a11e4f1465b321b60ddfceeb06b0859f16d02b21 # 0.24.1
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
permissions:
contents: read
packages: write
@@ -188,7 +189,7 @@ permissions: {}
jobs:
dry-run:
- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml@a11e4f1465b321b60ddfceeb06b0859f16d02b21 # 0.24.1
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
permissions:
contents: read
packages: write
diff --git a/actions/build/README.md b/actions/build/README.md
index 92bc2c5..acb6cec 100644
--- a/actions/build/README.md
+++ b/actions/build/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Build
-

+
---
@@ -16,6 +16,7 @@
[](http://choosealicense.com/licenses/mit/)
[](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-nodejs?style=social)
[](https://github.com/hoverkraft-tech/ci-github-nodejs/blob/main/CONTRIBUTING.md)
+
diff --git a/actions/codecov/README.md b/actions/codecov/README.md
index 266794b..1b1656b 100644
--- a/actions/codecov/README.md
+++ b/actions/codecov/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Codecov
-

+
---
@@ -16,6 +16,7 @@
[](http://choosealicense.com/licenses/mit/)
[](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-nodejs?style=social)
[](https://github.com/hoverkraft-tech/ci-github-nodejs/blob/main/CONTRIBUTING.md)
+
diff --git a/actions/dependencies-cache/README.md b/actions/dependencies-cache/README.md
index 3fafdaa..07bbb9e 100644
--- a/actions/dependencies-cache/README.md
+++ b/actions/dependencies-cache/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Dependencies cache
-

+
---
@@ -17,6 +17,7 @@
[](http://choosealicense.com/licenses/mit/)
[](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-nodejs?style=social)
[](https://github.com/hoverkraft-tech/ci-github-nodejs/blob/main/CONTRIBUTING.md)
+
diff --git a/actions/get-package-manager/README.md b/actions/get-package-manager/README.md
index 0a8aabf..953bf52 100644
--- a/actions/get-package-manager/README.md
+++ b/actions/get-package-manager/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Get package manager
-

+
---
@@ -17,6 +17,7 @@
[](http://choosealicense.com/licenses/mit/)
[](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-nodejs?style=social)
[](https://github.com/hoverkraft-tech/ci-github-nodejs/blob/main/CONTRIBUTING.md)
+
diff --git a/actions/has-installed-dependencies/README.md b/actions/has-installed-dependencies/README.md
index a6e7e56..7dfff90 100644
--- a/actions/has-installed-dependencies/README.md
+++ b/actions/has-installed-dependencies/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Has installed dependencies
-

+
---
@@ -17,6 +17,7 @@
[](http://choosealicense.com/licenses/mit/)
[](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-nodejs?style=social)
[](https://github.com/hoverkraft-tech/ci-github-nodejs/blob/main/CONTRIBUTING.md)
+
diff --git a/actions/lint/README.md b/actions/lint/README.md
index 06cb290..c9e20dc 100644
--- a/actions/lint/README.md
+++ b/actions/lint/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Lint
-

+
---
@@ -16,6 +16,7 @@
[](http://choosealicense.com/licenses/mit/)
[](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-nodejs?style=social)
[](https://github.com/hoverkraft-tech/ci-github-nodejs/blob/main/CONTRIBUTING.md)
+
diff --git a/actions/package/README.md b/actions/package/README.md
index 174d5a7..bbf23bc 100644
--- a/actions/package/README.md
+++ b/actions/package/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Package
-

+
---
@@ -16,7 +16,7 @@
[](http://choosealicense.com/licenses/mit/)
[](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-nodejs?style=social)
[](https://github.com/hoverkraft-tech/ci-github-nodejs/blob/main/CONTRIBUTING.md)
-[](https://codecov.io/gh/hoverkraft-tech/compose-action)
+
diff --git a/actions/setup-node/README.md b/actions/setup-node/README.md
index 5603d07..51d4b7f 100644
--- a/actions/setup-node/README.md
+++ b/actions/setup-node/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Setup Node.js
-

+
---
@@ -17,7 +17,7 @@
[](http://choosealicense.com/licenses/mit/)
[](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-nodejs?style=social)
[](https://github.com/hoverkraft-tech/ci-github-nodejs/blob/main/CONTRIBUTING.md)
-[](https://codecov.io/gh/hoverkraft-tech/compose-action)
+
diff --git a/actions/test/README.md b/actions/test/README.md
index e9ca807..0363c28 100644
--- a/actions/test/README.md
+++ b/actions/test/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Test
-

+
---
@@ -16,6 +16,7 @@
[](http://choosealicense.com/licenses/mit/)
[](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-nodejs?style=social)
[](https://github.com/hoverkraft-tech/ci-github-nodejs/blob/main/CONTRIBUTING.md)
+