File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111
1212jobs :
1313 auto-release :
14- uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-auto-release.yml@127bf24eda432e06ca81296442031074473d58f4 # 0.55.9
14+ uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-auto-release.yml@187b42cc2ca9bc9257d6e72bb1c1be730f1d0565 # 0.56.0
1515 with :
1616 release-workflow : release.yml
1717 secrets :
Original file line number Diff line number Diff line change 1919 persist-credentials : false
2020
2121 - name : Setup Node
22- uses : ckotzbauer/actions-toolkit/setup-nodejs@127bf24eda432e06ca81296442031074473d58f4 # 0.55.9
22+ uses : ckotzbauer/actions-toolkit/setup-nodejs@187b42cc2ca9bc9257d6e72bb1c1be730f1d0565 # 0.56.0
2323
2424 - name : Build
2525 run : |
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212
1313jobs :
1414 build :
15- uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@127bf24eda432e06ca81296442031074473d58f4 # 0.55.9
15+ uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@187b42cc2ca9bc9257d6e72bb1c1be730f1d0565 # 0.56.0
1616 with :
1717 install-node : true
1818 build-commands : |
@@ -23,15 +23,15 @@ jobs:
2323 coverage-file : ./coverage/lcov.info
2424
2525 docs :
26- uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@127bf24eda432e06ca81296442031074473d58f4 # 0.55.9
26+ uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@187b42cc2ca9bc9257d6e72bb1c1be730f1d0565 # 0.56.0
2727 with :
2828 install-node : true
2929 build-commands : |
3030 npm ci
3131 npm run build:docs
3232
3333 lint :
34- uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@127bf24eda432e06ca81296442031074473d58f4 # 0.55.9
34+ uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@187b42cc2ca9bc9257d6e72bb1c1be730f1d0565 # 0.56.0
3535 with :
3636 install-node : true
3737 lint-commands : |
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
1515
1616jobs :
1717 release :
18- uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-nodejs.yml@127bf24eda432e06ca81296442031074473d58f4 # 0.55.9
18+ uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-nodejs.yml@187b42cc2ca9bc9257d6e72bb1c1be730f1d0565 # 0.56.0
1919 with :
2020 version : ${{ github.event.inputs.version }}
2121 build-commands : |
You can’t perform that action at this time.
0 commit comments