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 }}