File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111
1212jobs :
1313 continuous-integration :
14- uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@1d00c9eb280acbee5df4b4a2087f786e66b13d87 # 0.14.1
14+ uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@6809332ced7647b3d52300a47d65657283f3395e # 0.16.0
1515 with :
1616 working-directory : application
1717 build : |
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ permissions:
1313
1414jobs :
1515 greetings :
16- uses : hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.26 .0
16+ uses : hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.27 .0
Original file line number Diff line number Diff line change 3838 url : ${{ steps.deployment.outputs.url }}
3939 steps :
4040 - id : deployment
41- uses : hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@0.10.1
41+ uses : hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@0.11.2
4242 with :
4343 build-path : application/build
4444 build-artifact-name : build
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ concurrency:
2626
2727jobs :
2828 main :
29- uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.26 .0
29+ uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.27 .0
3030 with :
3131 manual-commit-ref : ${{ inputs.manual-commit-ref }}
3232 manual-base-ref : ${{ inputs.manual-base-ref }}
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ permissions:
1313
1414jobs :
1515 main :
16- uses : hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.26 .0
16+ uses : hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.27 .0
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ permissions:
1010
1111jobs :
1212 main :
13- uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.26 .0
13+ uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.27 .0
Original file line number Diff line number Diff line change 3131 fetch-depth : 0
3232
3333 - name : Setup Node.js
34- uses : actions/setup-node@v5
34+ uses : actions/setup-node@v6
3535 with :
3636 node-version : " 20"
3737 cache : " npm"
You can’t perform that action at this time.
0 commit comments