diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43aef17..bd5d4ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: git push origin "$VERSION" - name: Trigger Workflow - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.rest.actions.createWorkflowDispatch({ diff --git a/.github/workflows/scheduled-rebuild.yml b/.github/workflows/scheduled-rebuild.yml index 1dfde8f..cd2cc34 100644 --- a/.github/workflows/scheduled-rebuild.yml +++ b/.github/workflows/scheduled-rebuild.yml @@ -20,7 +20,7 @@ jobs: echo "version=$VERSION" >> $GITHUB_OUTPUT - name: Trigger Workflow - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.rest.actions.createWorkflowDispatch({