File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed
Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313
1414jobs :
1515 linter :
16- uses : hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
16+ uses : hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .0
1717 with :
1818 linter-env : |
1919 FILTER_REGEX_EXCLUDE=packages/theme/lib/**/*,packages/docs/build/**/*
3131 }
3232
3333 package-theme :
34+ name : Package and verify Docusaurus theme
3435 needs : [linter, nodejs]
3536 runs-on : ubuntu-latest
3637 steps :
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@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
16+ uses : hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .0
Original file line number Diff line number Diff line change @@ -72,14 +72,14 @@ jobs:
7272 page-url : ${{ steps.deployment.outputs.url }}
7373 steps :
7474 - id : deployment
75- uses : hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@b5b9f9278423f286fa2e14ca86f932475493828a # 0.12.1
75+ uses : hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@b2a6d08d60e0adff6736caf6fdaa5fd3bcdd473a # 0.13.0
7676 with :
7777 build-path : packages/docs/build
7878 build-artifact-name : build
7979
8080 deploy-checks :
8181 name : Deploy Checks
8282 needs : deploy
83- uses : hoverkraft-tech/ci-github-publish/.github/workflows/deploy-checks.yml@b5b9f9278423f286fa2e14ca86f932475493828a # 0.12.1
83+ uses : hoverkraft-tech/ci-github-publish/.github/workflows/deploy-checks.yml@b2a6d08d60e0adff6736caf6fdaa5fd3bcdd473a # 0.13.0
8484 with :
8585 url : ${{ needs.deploy.outputs.page-url }}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ concurrency:
2525
2626jobs :
2727 main :
28- uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
28+ uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .0
2929 with :
3030 manual-commit-ref : ${{ inputs.manual-commit-ref }}
3131 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@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
16+ uses : hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .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@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
13+ uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .0
You can’t perform that action at this time.
0 commit comments