From 74fc2af9d303e0acddaeb301c2f4a5298e47fd7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 02:38:53 +0000 Subject: [PATCH] chore(deps): update tdesignoteam/workflows digest to c052be1 --- .github/workflows/pr-spell-check.yml | 2 +- .github/workflows/reusable-pr-preview.yml | 6 +++--- .github/workflows/reusable-publish-npm.yml | 2 +- .github/workflows/reusable-unit-test.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr-spell-check.yml b/.github/workflows/pr-spell-check.yml index 07935d4..39fda16 100644 --- a/.github/workflows/pr-spell-check.yml +++ b/.github/workflows/pr-spell-check.yml @@ -4,6 +4,6 @@ on: jobs: call-check: - uses: TDesignOteam/workflows/.github/workflows/reusable-spell-check.yml@26aafb4b9b9a3e9ebd030d89c1a1ff2436c4781e # main + uses: TDesignOteam/workflows/.github/workflows/reusable-spell-check.yml@c052be113452e0d8eca12d48d1922d80eceeecd3 # main with: config: .github/workflows/typos-config.toml diff --git a/.github/workflows/reusable-pr-preview.yml b/.github/workflows/reusable-pr-preview.yml index baf83a3..78a930c 100644 --- a/.github/workflows/reusable-pr-preview.yml +++ b/.github/workflows/reusable-pr-preview.yml @@ -41,7 +41,7 @@ jobs: echo the preview URL is $DEPLOY_DOMAIN echo "url=$DEPLOY_DOMAIN" >> $GITHUB_OUTPUT - name: update status comment - uses: TDesignOteam/workflows/actions/maintain-one-comment@26aafb4b9b9a3e9ebd030d89c1a1ff2436c4781e # main + uses: TDesignOteam/workflows/actions/maintain-one-comment@c052be113452e0d8eca12d48d1922d80eceeecd3 # main with: token: ${{ secrets.GITHUB_TOKEN }} body: | @@ -56,7 +56,7 @@ jobs: - name: The job failed if: ${{ failure() }} - uses: TDesignOteam/workflows/actions/maintain-one-comment@26aafb4b9b9a3e9ebd030d89c1a1ff2436c4781e # main + uses: TDesignOteam/workflows/actions/maintain-one-comment@c052be113452e0d8eca12d48d1922d80eceeecd3 # main with: token: ${{ secrets.GITHUB_TOKEN }} body: | @@ -81,7 +81,7 @@ jobs: id: pr run: echo "id=$(> $GITHUB_OUTPUT - name: The job failed - uses: TDesignOteam/workflows/actions/maintain-one-comment@26aafb4b9b9a3e9ebd030d89c1a1ff2436c4781e # main + uses: TDesignOteam/workflows/actions/maintain-one-comment@c052be113452e0d8eca12d48d1922d80eceeecd3 # main with: token: ${{ secrets.GITHUB_TOKEN }} body: | diff --git a/.github/workflows/reusable-publish-npm.yml b/.github/workflows/reusable-publish-npm.yml index 1b0053b..cb2ee0b 100644 --- a/.github/workflows/reusable-publish-npm.yml +++ b/.github/workflows/reusable-publish-npm.yml @@ -116,7 +116,7 @@ jobs: tag_name=${ref_name//./_} echo "domain=https://$tag_name-$project_name.surge.sh" >> $GITHUB_OUTPUT - - uses: TDesignOteam/workflows/actions/setup-surge@26aafb4b9b9a3e9ebd030d89c1a1ff2436c4781e # main + - uses: TDesignOteam/workflows/actions/setup-surge@c052be113452e0d8eca12d48d1922d80eceeecd3 # main with: project: _site domain: ${{ steps.domain.outputs.domain }} diff --git a/.github/workflows/reusable-unit-test.yml b/.github/workflows/reusable-unit-test.yml index 53c15e6..f021546 100644 --- a/.github/workflows/reusable-unit-test.yml +++ b/.github/workflows/reusable-unit-test.yml @@ -23,7 +23,7 @@ jobs: check-email: runs-on: ubuntu-latest steps: - - uses: TDesignOteam/workflows/actions/check-email@26aafb4b9b9a3e9ebd030d89c1a1ff2436c4781e # main + - uses: TDesignOteam/workflows/actions/check-email@c052be113452e0d8eca12d48d1922d80eceeecd3 # main test: runs-on: ubuntu-latest