Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.7.0
- uses: hoverkraft-tech/ci-github-nodejs@0.8.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.7.0
- uses: hoverkraft-tech/ci-github-nodejs@0.8.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.7.0
- uses: hoverkraft-tech/ci-github-nodejs@0.8.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.7.0
- uses: hoverkraft-tech/ci-github-nodejs@0.8.0
with:
# Description: List of dependencies for which the cache should be managed
#
Expand Down
Loading