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
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.9.0
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.10.0
```

<!-- 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.9.0
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.10.0
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.9.0
- uses: hoverkraft-tech/ci-github-nodejs@0.10.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.9.0
- uses: hoverkraft-tech/ci-github-nodejs@0.10.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.9.0
- uses: hoverkraft-tech/ci-github-nodejs@0.10.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 Node.js and install dependencies according to the package manage
<!-- start usage -->

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