diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index f45ee68..aa9d195 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -296,7 +296,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Trigger documentation build - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | await github.rest.actions.createWorkflowDispatch({ @@ -308,7 +308,7 @@ jobs: core.info('[SUCCESS] Triggered documentation build'); - name: Trigger PowerShell Gallery publish - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | await github.rest.actions.createWorkflowDispatch({