diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01578b3..72b9033 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: - name: Trigger children if: ${{ github.event_name == 'schedule' || inputs.trigger_children }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.BOT_TOKEN }} script: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab20f69..958b4cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: - name: Trigger children if: ${{ inputs.trigger_children }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.BOT_TOKEN }} script: | diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index d1e882a..b543187 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -110,7 +110,7 @@ jobs: - name: Trigger release if: ${{ inputs.trigger_release != 'none' }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.BOT_TOKEN }} script: |