diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcd0a0e66ee5..c37be5d84d2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -228,7 +228,7 @@ jobs: if: ${{ needs.check-changed.outputs.code_changed == 'true' && github.event_name == 'push' }} steps: - name: Trigger Ecosystem CI - uses: rstackjs/rstack-ecosystem-ci/.github/actions/ecosystem_ci_per_commit@ecca2c865c3830f56824fe7a3c6513bac77f5c8f # v0.3.4 + uses: rstackjs/rstack-ecosystem-ci/.github/actions/ecosystem_ci_per_commit@edf483f3a550a8257aab674f076879b23047f350 # main (unreleased #64) with: github-token: ${{ secrets.REPO_RSTACK_ECO_CI_GITHUB_TOKEN }} ecosystem-owner: web-infra-dev diff --git a/.github/workflows/ecosystem-ci.yml b/.github/workflows/ecosystem-ci.yml index 146f3e6a4a99..cef876446467 100644 --- a/.github/workflows/ecosystem-ci.yml +++ b/.github/workflows/ecosystem-ci.yml @@ -65,7 +65,7 @@ jobs: core.setOutput('repo', pr.head.repo.full_name); - name: Trigger Ecosystem CI - uses: rstackjs/rstack-ecosystem-ci/.github/actions/ecosystem_ci_dispatch@ecca2c865c3830f56824fe7a3c6513bac77f5c8f # v0.3.4 + uses: rstackjs/rstack-ecosystem-ci/.github/actions/ecosystem_ci_dispatch@edf483f3a550a8257aab674f076879b23047f350 # main (unreleased #64) with: github-token: ${{ secrets.REPO_RSTACK_ECO_CI_GITHUB_TOKEN }} ecosystem-owner: web-infra-dev