From da4bdf22012d7c7e7106c56c860e9c204160d4a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 09:28:52 +0000 Subject: [PATCH] Bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/update.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: |