From c76040e4a69e24e698600b43aa5d7bd323026cac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:09:59 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [actions/github-script](https://github.com/actions/github-script) and [ramsey/composer-install](https://github.com/ramsey/composer-install). Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) Updates `ramsey/composer-install` from 3 to 4 - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: ramsey/composer-install dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/gemini-issue-assistant.yml | 2 +- .github/workflows/wp-compatibility-test.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gemini-issue-assistant.yml b/.github/workflows/gemini-issue-assistant.yml index 75b5447..78aa8d5 100644 --- a/.github/workflows/gemini-issue-assistant.yml +++ b/.github/workflows/gemini-issue-assistant.yml @@ -322,7 +322,7 @@ jobs: echo "📊 Final response size: $(wc -c < formatted_response.txt) characters" - name: Comment on Issue - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs'); diff --git a/.github/workflows/wp-compatibility-test.yml b/.github/workflows/wp-compatibility-test.yml index 8a8e33d..cb6c125 100644 --- a/.github/workflows/wp-compatibility-test.yml +++ b/.github/workflows/wp-compatibility-test.yml @@ -131,7 +131,7 @@ jobs: tools: composer:v2, phpcs - name: Install Composer dependencies - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 with: dependency-versions: highest composer-options: "--prefer-dist --no-progress" @@ -186,7 +186,7 @@ jobs: tools: composer:v2, phpcs - name: Install Composer dependencies - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 with: dependency-versions: highest composer-options: "--prefer-dist --no-progress" @@ -395,7 +395,7 @@ jobs: tools: composer:v2 - name: Install Composer dependencies - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 with: dependency-versions: highest composer-options: "--prefer-dist --no-progress" @@ -460,7 +460,7 @@ jobs: tools: composer:v2 - name: Install Composer dependencies - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 with: dependency-versions: highest composer-options: "--prefer-dist --no-progress" @@ -620,7 +620,7 @@ jobs: run: composer config --unset platform.php - name: Install Composer dependencies - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 with: dependency-versions: highest composer-options: "--prefer-dist --no-progress"