diff --git a/.github/workflows/composer-update.yml b/.github/workflows/composer-update.yml index ba78f61..205079e 100644 --- a/.github/workflows/composer-update.yml +++ b/.github/workflows/composer-update.yml @@ -81,7 +81,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@v8 + uses: actions/github-script@v9 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 7c93252..31b10f2 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@v8 + - uses: actions/github-script@v9 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 a1482de..4234c7b 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@v8 + - uses: actions/github-script@v9 id: targets env: TOKEN: ${{ secrets.TOKEN }}