Skip to content

Commit f12c586

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9b839e4 commit f12c586

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

actions/dependencies-cache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Action to setup dependencies cache managment.
1313
<!-- start usage -->
1414

1515
```yaml
16-
- uses: hoverkraft-tech/[email protected].0
16+
- uses: hoverkraft-tech/[email protected].1
1717
with:
1818
# Description: List of dependencies for which the cache should be managed.
1919
#

actions/get-package-manager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Action to detect the package manager used. Supports Yarn and npm
1313
<!-- start usage -->
1414

1515
```yaml
16-
- uses: hoverkraft-tech/[email protected].0
16+
- uses: hoverkraft-tech/[email protected].1
1717
with:
1818
```
1919

actions/has-installed-dependencies/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Action to check if dependencies have been installed according to the package man
1313
<!-- start usage -->
1414

1515
```yaml
16-
- uses: hoverkraft-tech/[email protected].0
16+
- uses: hoverkraft-tech/[email protected].1
1717
with:
1818
# Description: The dependencies to check.
1919
#

actions/setup-node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Action to setup Node.js and install dependencies according to the package manage
1313
<!-- start usage -->
1414

1515
```yaml
16-
- uses: hoverkraft-tech/[email protected].0
16+
- uses: hoverkraft-tech/[email protected].1
1717
with:
1818
# Description: List of dependencies for which the cache should be managed
1919
#

0 commit comments

Comments
 (0)