From 8681e95d8be6a01bcd9ba06a5663043b1d8c7ad0 Mon Sep 17 00:00:00 2001
From: "hoverkraft-bot[bot]"
<128996893+hoverkraft-bot[bot]@users.noreply.github.com>
Date: Tue, 4 Nov 2025 16:31:36 +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 | 8 ++++----
actions/dependencies-cache/README.md | 4 ++--
actions/get-package-manager/README.md | 4 ++--
actions/has-installed-dependencies/README.md | 4 ++--
actions/setup-node/README.md | 4 ++--
5 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/.github/workflows/continuous-integration.md b/.github/workflows/continuous-integration.md
index 067c9b8..b6c3d98 100644
--- a/.github/workflows/continuous-integration.md
+++ b/.github/workflows/continuous-integration.md
@@ -3,7 +3,7 @@
# GitHub Reusable Workflow: Node.js Continuous Integration
-

+
---
@@ -51,7 +51,7 @@ on:
permissions: {}
jobs:
continuous-integration:
- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@4d7c1ed87c18493fc4c2dbae4dbde46cf251c9a7 # 0.16.1
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0264395060bbde4ec3276b6dca84f0db828070f3 # 0.17.0
secrets:
# Secrets to be used during the build step.
# Must be a multi-line env formatted string.
@@ -193,7 +193,7 @@ on:
jobs:
continuous-integration:
- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@4d7c1ed87c18493fc4c2dbae4dbde46cf251c9a7 # 0.16.1
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0264395060bbde4ec3276b6dca84f0db828070f3 # 0.17.0
permissions:
id-token: write
security-events: write
@@ -259,7 +259,7 @@ jobs:
# Run CI checks inside the Docker container
continuous-integration:
needs: build-image
- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@4d7c1ed87c18493fc4c2dbae4dbde46cf251c9a7 # 0.16.1
+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0264395060bbde4ec3276b6dca84f0db828070f3 # 0.17.0
permissions:
id-token: write
security-events: write
diff --git a/actions/dependencies-cache/README.md b/actions/dependencies-cache/README.md
index 84a20f7..c5e5e8d 100644
--- a/actions/dependencies-cache/README.md
+++ b/actions/dependencies-cache/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Dependencies cache
-

+
---
@@ -33,7 +33,7 @@ Action to setup dependencies cache managment.
## Usage
```yaml
-- uses: hoverkraft-tech/ci-github-nodejs/actions/dependencies-cache@4d7c1ed87c18493fc4c2dbae4dbde46cf251c9a7 # 0.16.1
+- uses: hoverkraft-tech/ci-github-nodejs/actions/dependencies-cache@0264395060bbde4ec3276b6dca84f0db828070f3 # 0.17.0
with:
# List of dependencies for which the cache should be managed.
# This input is required.
diff --git a/actions/get-package-manager/README.md b/actions/get-package-manager/README.md
index 363c2c4..011d613 100644
--- a/actions/get-package-manager/README.md
+++ b/actions/get-package-manager/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Get package manager
-

+
---
@@ -33,7 +33,7 @@ Action to detect the package manager used. Supports Yarn, pnpm, and npm
## Usage
```yaml
-- uses: hoverkraft-tech/ci-github-nodejs/actions/get-package-manager@4d7c1ed87c18493fc4c2dbae4dbde46cf251c9a7 # 0.16.1
+- uses: hoverkraft-tech/ci-github-nodejs/actions/get-package-manager@0264395060bbde4ec3276b6dca84f0db828070f3 # 0.17.0
with:
# Working directory where the dependencies are installed.
# Can be absolute or relative to the repository root.
diff --git a/actions/has-installed-dependencies/README.md b/actions/has-installed-dependencies/README.md
index e8b9d3f..49a99c3 100644
--- a/actions/has-installed-dependencies/README.md
+++ b/actions/has-installed-dependencies/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Has installed dependencies
-

+
---
@@ -33,7 +33,7 @@ Action to check if dependencies have been installed according to the package man
## Usage
```yaml
-- uses: hoverkraft-tech/ci-github-nodejs/actions/has-installed-dependencies@4d7c1ed87c18493fc4c2dbae4dbde46cf251c9a7 # 0.16.1
+- uses: hoverkraft-tech/ci-github-nodejs/actions/has-installed-dependencies@0264395060bbde4ec3276b6dca84f0db828070f3 # 0.17.0
with:
# The dependencies to check.
# This input is required.
diff --git a/actions/setup-node/README.md b/actions/setup-node/README.md
index b6a5daa..0531989 100644
--- a/actions/setup-node/README.md
+++ b/actions/setup-node/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Setup Node.js
-

+
---
@@ -33,7 +33,7 @@ Action to setup Node.js and install dependencies according to the package manage
## Usage
```yaml
-- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@4d7c1ed87c18493fc4c2dbae4dbde46cf251c9a7 # 0.16.1
+- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@0264395060bbde4ec3276b6dca84f0db828070f3 # 0.17.0
with:
# List of dependencies for which the cache should be managed
dependencies-cache: ""