diff --git a/.github/workflows/bundle-analysis.yml b/.github/workflows/bundle-analysis.yml index 249e4ca..ddaa825 100644 --- a/.github/workflows/bundle-analysis.yml +++ b/.github/workflows/bundle-analysis.yml @@ -202,7 +202,7 @@ jobs: - name: Comment PR with size report if: always() - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs'); diff --git a/.github/workflows/composer-update.yml b/.github/workflows/composer-update.yml index c646d44..c95ce1e 100644 --- a/.github/workflows/composer-update.yml +++ b/.github/workflows/composer-update.yml @@ -116,7 +116,7 @@ jobs: fi - name: Generate PR/commit summary - uses: actions/github-script@v8 + uses: actions/github-script@v9 if: ${{ steps.should_release.outputs.result == 'true' }} 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 }}