File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
has-installed-dependencies Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ permissions:
3535
3636jobs :
3737 continuous-integration :
38- uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.10 .0
38+ uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.11 .0
3939` ` `
4040
4141<!-- end usage -->
8484
8585jobs:
8686 continuous-integration:
87- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.10 .0
87+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.11 .0
8888 permissions:
8989 id-token: write
9090 security-events: write
Original file line number Diff line number Diff 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.10 .0
16+ - uses : hoverkraft-tech/ci-github-nodejs@0.11 .0
1717 with :
1818 # Description: List of dependencies for which the cache should be managed.
1919 #
Original file line number Diff line number Diff 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.10 .0
16+ - uses : hoverkraft-tech/ci-github-nodejs@0.11 .0
1717 with :
1818 # Description: Working directory where the dependencies are installed.
1919 #
Original file line number Diff line number Diff 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.10 .0
16+ - uses : hoverkraft-tech/ci-github-nodejs@0.11 .0
1717 with :
1818 # Description: The dependencies to check.
1919 #
Original file line number Diff line number Diff 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/ci-github-nodejs@0.10 .0
16+ - uses : hoverkraft-tech/ci-github-nodejs@0.11 .0
1717 with :
1818 # Description: List of dependencies for which the cache should be managed
1919 #
You can’t perform that action at this time.
0 commit comments