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 a2934ba commit 0a26d6d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ permissions:

jobs:
continuous-integration:
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.5.0
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.5.1
```
<!-- end usage -->
Expand Down Expand Up @@ -84,7 +84,7 @@ on:
jobs:
continuous-integration:
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.5.0
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.5.1
permissions:
id-token: write
security-events: write
Expand Down
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.5.0
- uses: hoverkraft-tech/ci-github-nodejs@0.5.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/ci-github-nodejs@0.5.0
- uses: hoverkraft-tech/ci-github-nodejs@0.5.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/ci-github-nodejs@0.5.0
- uses: hoverkraft-tech/ci-github-nodejs@0.5.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 NodeJS and install dependencies according to the package manager
<!-- start usage -->

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

0 comments on commit 0a26d6d

Please sign in to comment.