Skip to content

Commit fa86815

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 19741b2 commit fa86815

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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/ci-github-nodejs@0.6.0
16+
- uses: hoverkraft-tech/ci-github-nodejs@0.7.0
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/ci-github-nodejs@0.6.0
16+
- uses: hoverkraft-tech/ci-github-nodejs@0.7.0
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/ci-github-nodejs@0.6.0
16+
- uses: hoverkraft-tech/ci-github-nodejs@0.7.0
1717
with:
1818
# Description: The dependencies to check.
1919
#

actions/setup-node/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<!-- start title -->
22

3-
# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:settings color:gray-dark>" /> GitHub Action: Setup Node.js
3+
# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:settings color:gray-dark>" /> GitHub Action: Setup NodeJS
44

55
<!-- end title -->
66
<!-- start description -->
77

8-
Action to setup Node.js and install dependencies according to the package manager used.
8+
Action to setup NodeJS and install dependencies according to the package manager used.
99

1010
<!-- end description -->
1111
<!-- start contents -->
1212
<!-- end contents -->
1313
<!-- start usage -->
1414

1515
```yaml
16-
- uses: hoverkraft-tech/ci-github-nodejs@0.6.0
16+
- uses: hoverkraft-tech/ci-github-nodejs@0.7.0
1717
with:
1818
# Description: List of dependencies for which the cache should be managed
1919
#

0 commit comments

Comments
 (0)