From 72dc305e768986fb2827a97a51ffd59d2806e1f1 Mon Sep 17 00:00:00 2001 From: "hoverkraft-bot[bot]" <128996893+hoverkraft-bot[bot]@users.noreply.github.com> Date: Sat, 24 May 2025 06:48:42 +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 | 4 ++-- actions/dependencies-cache/README.md | 2 +- actions/get-package-manager/README.md | 2 +- actions/has-installed-dependencies/README.md | 2 +- actions/setup-node/README.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/continuous-integration.md b/.github/workflows/continuous-integration.md index 3b6420c..e592550 100644 --- a/.github/workflows/continuous-integration.md +++ b/.github/workflows/continuous-integration.md @@ -35,7 +35,7 @@ permissions: jobs: continuous-integration: - uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.11.0 + uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.12.0 ``` @@ -84,7 +84,7 @@ on: jobs: continuous-integration: - uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.11.0 + uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.12.0 permissions: id-token: write security-events: write diff --git a/actions/dependencies-cache/README.md b/actions/dependencies-cache/README.md index 1429cb2..8086078 100644 --- a/actions/dependencies-cache/README.md +++ b/actions/dependencies-cache/README.md @@ -13,7 +13,7 @@ Action to setup dependencies cache managment. ```yaml -- uses: hoverkraft-tech/ci-github-nodejs@0.11.0 +- uses: hoverkraft-tech/ci-github-nodejs@0.12.0 with: # Description: List of dependencies for which the cache should be managed. # diff --git a/actions/get-package-manager/README.md b/actions/get-package-manager/README.md index 72e2413..fb85e21 100644 --- a/actions/get-package-manager/README.md +++ b/actions/get-package-manager/README.md @@ -13,7 +13,7 @@ Action to detect the package manager used. Supports Yarn and npm ```yaml -- uses: hoverkraft-tech/ci-github-nodejs@0.11.0 +- uses: hoverkraft-tech/ci-github-nodejs@0.12.0 with: # Description: Working directory where the dependencies are installed. # diff --git a/actions/has-installed-dependencies/README.md b/actions/has-installed-dependencies/README.md index 6f13d7d..9f7d70b 100644 --- a/actions/has-installed-dependencies/README.md +++ b/actions/has-installed-dependencies/README.md @@ -13,7 +13,7 @@ Action to check if dependencies have been installed according to the package man ```yaml -- uses: hoverkraft-tech/ci-github-nodejs@0.11.0 +- uses: hoverkraft-tech/ci-github-nodejs@0.12.0 with: # Description: The dependencies to check. # diff --git a/actions/setup-node/README.md b/actions/setup-node/README.md index 27d173d..07670af 100644 --- a/actions/setup-node/README.md +++ b/actions/setup-node/README.md @@ -13,7 +13,7 @@ Action to setup Node.js and install dependencies according to the package manage ```yaml -- uses: hoverkraft-tech/ci-github-nodejs@0.11.0 +- uses: hoverkraft-tech/ci-github-nodejs@0.12.0 with: # Description: List of dependencies for which the cache should be managed #