Merge pull request #17300 from open-webui/dependabot/github_actions/dev/actions/github-script-8

build(deps): bump actions/github-script from 7 to 8
This commit is contained in:
Tim Jaeryang Baek 2025-09-09 18:43:44 +04:00 committed by GitHub
commit 40fab879ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ jobs:
echo "::set-output name=content::$CHANGELOG_ESCAPED"
- name: Create GitHub release
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
@ -61,7 +61,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Trigger Docker build workflow
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
github.rest.actions.createWorkflowDispatch({