Skip to content

Commit

Permalink
docs: update actions and workflows documentation
Browse files Browse the repository at this point in the history
[skip ci]

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and hoverkraft-bot[bot] committed Apr 9, 2024
1 parent dbce3e3 commit 0b95c88
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion actions/dependencies-cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Action to setup dependencies cache managment.
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-nodejs@0.4.2
- uses: hoverkraft-tech/ci-github-nodejs@0.5.0
with:
# Description: List of dependencies for which the cache should be managed.
#
Expand Down
2 changes: 1 addition & 1 deletion actions/get-package-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Action to detect the package manager used. Supports Yarn and npm
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-nodejs@0.4.2
- uses: hoverkraft-tech/ci-github-nodejs@0.5.0
with:
```
Expand Down
2 changes: 1 addition & 1 deletion actions/has-installed-dependencies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Action to check if dependencies have been installed according to the package man
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-nodejs@0.4.2
- uses: hoverkraft-tech/ci-github-nodejs@0.5.0
with:
# Description: The dependencies to check.
#
Expand Down
2 changes: 1 addition & 1 deletion actions/setup-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Action to setup NodeJS and install dependencies according to the package manager
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-nodejs@0.4.2
- uses: hoverkraft-tech/ci-github-nodejs@0.5.0
with:
# Description: List of dependencies for which the cache should be managed
#
Expand Down

0 comments on commit 0b95c88

Please sign in to comment.