From cd2541b79bc2c4fbac4e2bb1652654b0c16c9ff7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 16:12:39 +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> --- 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 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/actions/dependencies-cache/README.md b/actions/dependencies-cache/README.md index e778c873..9302c16a 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.8.1 +- uses: hoverkraft-tech/ci-github-nodejs@0.9.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 b641f353..748742c7 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.8.1 +- uses: hoverkraft-tech/ci-github-nodejs@0.9.0 with: ``` diff --git a/actions/has-installed-dependencies/README.md b/actions/has-installed-dependencies/README.md index 7d904b52..d0e4d29e 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.8.1 +- uses: hoverkraft-tech/ci-github-nodejs@0.9.0 with: # Description: The dependencies to check. # diff --git a/actions/setup-node/README.md b/actions/setup-node/README.md index d282f821..c4c6a5e8 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.8.1 +- uses: hoverkraft-tech/ci-github-nodejs@0.9.0 with: # Description: List of dependencies for which the cache should be managed #