Skip to content

Commit 1cd7702

Browse files
authored
ci: upgrade rstack-ecosystem-ci actions to v0.3.3 (#14542)
* ci: upgrade rstack-ecosystem-ci actions to latest main * ci: pin rstack-ecosystem-ci actions to v0.3.3
1 parent 932108d commit 1cd7702

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
if: ${{ needs.check-changed.outputs.code_changed == 'true' && github.event_name == 'push' }}
218218
steps:
219219
- name: Trigger Ecosystem CI
220-
uses: rstackjs/rstack-ecosystem-ci/.github/actions/ecosystem_ci_per_commit@0e65507af053729fa482e81bbdf95cb46e363aa9 # v0.3.2
220+
uses: rstackjs/rstack-ecosystem-ci/.github/actions/ecosystem_ci_per_commit@f0d685b33462055bb07a8a3620b753696ad5f515 # v0.3.3
221221
with:
222222
github-token: ${{ secrets.REPO_RSTACK_ECO_CI_GITHUB_TOKEN }}
223223
ecosystem-owner: web-infra-dev

.github/workflows/ecosystem-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
core.setOutput('repo', pr.head.repo.full_name);
6666
6767
- name: Trigger Ecosystem CI
68-
uses: rstackjs/rstack-ecosystem-ci/.github/actions/ecosystem_ci_dispatch@0e65507af053729fa482e81bbdf95cb46e363aa9 # v0.3.2
68+
uses: rstackjs/rstack-ecosystem-ci/.github/actions/ecosystem_ci_dispatch@f0d685b33462055bb07a8a3620b753696ad5f515 # v0.3.3
6969
with:
7070
github-token: ${{ secrets.REPO_RSTACK_ECO_CI_GITHUB_TOKEN }}
7171
ecosystem-owner: web-infra-dev

0 commit comments

Comments
 (0)