File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
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@865fe294f2f3c288c0ac1beb2a0779b50030593f # 0.27.0
16+ uses : hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27.0
1717 with :
1818 linter-env : |
1919 FILTER_REGEX_EXCLUDE=packages/theme/lib/**/*,packages/docs/build/**/*
3838 - name : Setup Node.js
3939 uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@6809332ced7647b3d52300a47d65657283f3395e # 0.16.0
4040 - name : Download build artifacts
41- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
41+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
4242 with :
4343 name : build
4444 path : /
6262 npm run build
6363
6464 - name : Upload package tarball
65- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
65+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6666 with :
6767 name : package-tarball
6868 path : ${{ runner.temp }}/hoverkraft-docusaurus-theme-*.tgz
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@865fe294f2f3c288c0ac1beb2a0779b50030593f # 0.27.0
16+ uses : hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27.0
Original file line number Diff line number Diff line change 4242 uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@6809332ced7647b3d52300a47d65657283f3395e # 0.16.0
4343
4444 - name : Download package tarball
45- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
45+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
4646 with :
4747 name : package-tarball
4848 path : .
@@ -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@444e9ffa1cb512752953c411181e68880dee2d70 # 0.12.0
75+ uses : hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@b5b9f9278423f286fa2e14ca86f932475493828a # 0.12.1
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@444e9ffa1cb512752953c411181e68880dee2d70 # 0.12.0
83+ uses : hoverkraft-tech/ci-github-publish/.github/workflows/deploy-checks.yml@b5b9f9278423f286fa2e14ca86f932475493828a # 0.12.1
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@865fe294f2f3c288c0ac1beb2a0779b50030593f # 0.27.0
28+ uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27.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@865fe294f2f3c288c0ac1beb2a0779b50030593f # 0.27.0
16+ uses : hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 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@865fe294f2f3c288c0ac1beb2a0779b50030593f # 0.27.0
13+ uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27.0
You can’t perform that action at this time.
0 commit comments