From 9dca4a2e017a401f92c185b8b9af6a1248c4d95e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 07:08:50 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/composer-update.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/trigger-update-dependencies.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/composer-update.yml b/.github/workflows/composer-update.yml index b646ee6..2154ebb 100644 --- a/.github/workflows/composer-update.yml +++ b/.github/workflows/composer-update.yml @@ -66,7 +66,7 @@ jobs: - run: echo "NOW=$(TZ=Europe/Paris date +'%Y-%m-%d %H:%M')" >> $GITHUB_ENV - name: Generate PR/commit summary - uses: actions/github-script@v7 + uses: actions/github-script@v8 if: ${{ steps.composer_diff.outputs.composer_diff_exit_code != 0 }} id: summary env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8cd5df9..596c5e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: cb="$(git show -s --format=%b)" echo "commit_body<> $GITHUB_OUTPUT - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 if: ${{ steps.branch-names.outputs.current_branch == 'update-dependencies' }} id: release-tag env: diff --git a/.github/workflows/trigger-update-dependencies.yml b/.github/workflows/trigger-update-dependencies.yml index e330b85..a1482de 100644 --- a/.github/workflows/trigger-update-dependencies.yml +++ b/.github/workflows/trigger-update-dependencies.yml @@ -15,7 +15,7 @@ jobs: outputs: targets: ${{ steps.targets.outputs.result }} steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 id: targets env: TOKEN: ${{ secrets.TOKEN }}