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/[email protected].0
- uses: hoverkraft-tech/[email protected].1
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/[email protected].0
- uses: hoverkraft-tech/[email protected].1
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/[email protected].0
- uses: hoverkraft-tech/[email protected].1
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 Node.js and install dependencies according to the package manage
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/[email protected].0
- uses: hoverkraft-tech/[email protected].1
with:
# Description: List of dependencies for which the cache should be managed
#
Expand Down