From f216de76c0282e7f7dcb338921d7e989ee53241d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 12:06:45 +0000 Subject: [PATCH] chore(deps): update rstackjs/rstack-ecosystem-ci digest to ca8d345 --- .github/workflows/ecosystem-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ecosystem-ci.yml b/.github/workflows/ecosystem-ci.yml index 3e6e375e6..50de699c3 100644 --- a/.github/workflows/ecosystem-ci.yml +++ b/.github/workflows/ecosystem-ci.yml @@ -45,7 +45,7 @@ jobs: if: github.repository == 'web-infra-dev/rspress' && github.event_name == 'workflow_dispatch' steps: - name: Trigger Ecosystem CI - uses: rstackjs/rstack-ecosystem-ci/.github/actions/ecosystem_ci_dispatch@4949c44494d7fd3503abd791f11534c798a2a1d0 # main + uses: rstackjs/rstack-ecosystem-ci/.github/actions/ecosystem_ci_dispatch@ca8d345a115158ea5ab3807378357f2162be7467 # main with: github-token: ${{ secrets.REPO_rspress_ECO_CI_GITHUB_TOKEN_NEXT }} ecosystem-owner: web-infra-dev @@ -61,7 +61,7 @@ jobs: if: github.repository == 'web-infra-dev/rspress' && github.event_name != 'workflow_dispatch' && needs.changes.outputs.changed == 'true' steps: - name: Trigger Ecosystem CI - uses: rstackjs/rstack-ecosystem-ci/.github/actions/ecosystem_ci_per_commit@4949c44494d7fd3503abd791f11534c798a2a1d0 # main + uses: rstackjs/rstack-ecosystem-ci/.github/actions/ecosystem_ci_per_commit@ca8d345a115158ea5ab3807378357f2162be7467 # main with: github-token: ${{ secrets.REPO_RSPRESS_ECO_CI_GITHUB_TOKEN_NEXT }} ecosystem-owner: web-infra-dev