diff --git a/.github/workflows/continuous-integration.md b/.github/workflows/continuous-integration.md index e1b84e4..ff40b78 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.5.1 + uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.6.0 ``` @@ -84,7 +84,7 @@ on: jobs: continuous-integration: - uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.5.1 + uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.6.0 permissions: id-token: write security-events: write diff --git a/actions/dependencies-cache/README.md b/actions/dependencies-cache/README.md index 6b51d60..3da4a7a 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.5.1 +- uses: hoverkraft-tech/ci-github-nodejs@0.6.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 218ac28..07e24b9 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.5.1 +- uses: hoverkraft-tech/ci-github-nodejs@0.6.0 with: ``` diff --git a/actions/has-installed-dependencies/README.md b/actions/has-installed-dependencies/README.md index 3b46d1f..3bcd169 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.5.1 +- uses: hoverkraft-tech/ci-github-nodejs@0.6.0 with: # Description: The dependencies to check. # diff --git a/actions/setup-node/README.md b/actions/setup-node/README.md index 5eec0aa..866edd0 100644 --- a/actions/setup-node/README.md +++ b/actions/setup-node/README.md @@ -13,7 +13,7 @@ Action to setup NodeJS and install dependencies according to the package manager ```yaml -- uses: hoverkraft-tech/ci-github-nodejs@0.5.1 +- uses: hoverkraft-tech/ci-github-nodejs@0.6.0 with: # Description: List of dependencies for which the cache should be managed #