From 3f0aa051223c0a0ca4b00d77488e9402f9bff62c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:40:34 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/check-db.yml | 2 +- .github/workflows/ci.yml | 6 +++--- .github/workflows/pr-comment-ci.yml | 2 +- .github/workflows/pr-spell-check.yml | 2 +- .github/workflows/sync-to-cnb.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check-db.yml b/.github/workflows/check-db.yml index 9115ac671..a188f20f4 100644 --- a/.github/workflows/check-db.yml +++ b/.github/workflows/check-db.yml @@ -20,7 +20,7 @@ jobs: - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version-file: .node-version cache: "pnpm" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70d02944d..e19a3ecab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version-file: .node-version cache: pnpm @@ -28,7 +28,7 @@ jobs: - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version-file: .node-version cache: pnpm @@ -44,7 +44,7 @@ jobs: - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version-file: .node-version cache: pnpm diff --git a/.github/workflows/pr-comment-ci.yml b/.github/workflows/pr-comment-ci.yml index b80ce5ba8..0183bcb65 100644 --- a/.github/workflows/pr-comment-ci.yml +++ b/.github/workflows/pr-comment-ci.yml @@ -70,7 +70,7 @@ jobs: - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version-file: .node-version cache: "pnpm" diff --git a/.github/workflows/pr-spell-check.yml b/.github/workflows/pr-spell-check.yml index 877c165a0..481870bec 100644 --- a/.github/workflows/pr-spell-check.yml +++ b/.github/workflows/pr-spell-check.yml @@ -3,6 +3,6 @@ on: [pull_request] jobs: run: - uses: TDesignOteam/workflows/.github/workflows/reusable-spell-check.yml@d4ab7b6322b742ad666165394084cfef5dadcc50 # main + uses: TDesignOteam/workflows/.github/workflows/reusable-spell-check.yml@a213a7f227b679c23c639d73b2ca0251023d926f # main with: config: .github/workflows/typos-config.toml diff --git a/.github/workflows/sync-to-cnb.yml b/.github/workflows/sync-to-cnb.yml index f0271cd36..e35790530 100644 --- a/.github/workflows/sync-to-cnb.yml +++ b/.github/workflows/sync-to-cnb.yml @@ -5,7 +5,7 @@ on: jobs: call-cnb-sync: - uses: TDesignOteam/workflows/.github/workflows/reusable-cnb-sync.yml@d4ab7b6322b742ad666165394084cfef5dadcc50 # main + uses: TDesignOteam/workflows/.github/workflows/reusable-cnb-sync.yml@a213a7f227b679c23c639d73b2ca0251023d926f # main with: github-repo: TDesignOteam/tdesign-api cnb-repo: tencent/tdesign/tdesign-api