diff --git a/.github/workflows/gate.yml b/.github/workflows/gate.yml index f0bc276..d51b1f8 100644 --- a/.github/workflows/gate.yml +++ b/.github/workflows/gate.yml @@ -13,7 +13,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Trigger Release workflow - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | await github.rest.actions.createWorkflowDispatch({