From 63d3341b439c97608c5ac24bd2cf755f35ef377f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 01:17:16 +0000 Subject: [PATCH] GitHub Actions(deps): Bump shivammathur/setup-php from 2.33.0 to 2.34.0 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.33.0 to 2.34.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/cf4cade2721270509d5b1c766ab3549210a39a2a...27853eb8b46dc01c33bf9fef67d98df2683c3be2) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-check-php.yml | 2 +- .github/workflows/prep-release.yml | 2 +- .github/workflows/prepare-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-check-php.yml b/.github/workflows/lint-check-php.yml index 38857954b..581d1faf0 100644 --- a/.github/workflows/lint-check-php.yml +++ b/.github/workflows/lint-check-php.yml @@ -26,7 +26,7 @@ jobs: # User PHP 7.4 here for compatibility with the WordPress codesniffer rules. - name: Setup PHP - uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 + uses: shivammathur/setup-php@27853eb8b46dc01c33bf9fef67d98df2683c3be2 # v2.34.0 with: php-version: '7.3' coverage: none diff --git a/.github/workflows/prep-release.yml b/.github/workflows/prep-release.yml index 740b8bc71..314cc9a37 100644 --- a/.github/workflows/prep-release.yml +++ b/.github/workflows/prep-release.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup PHP - uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 + uses: shivammathur/setup-php@27853eb8b46dc01c33bf9fef67d98df2683c3be2 # v2.34.0 with: php-version: '8.1' coverage: none diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 27c441e0f..3564c48af 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -42,7 +42,7 @@ jobs: git commit -m "Update boostrap.php to $new_version" - name: Setup PHP - uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0 + uses: shivammathur/setup-php@27853eb8b46dc01c33bf9fef67d98df2683c3be2 # v2.34.0 with: php-version: '8.1' coverage: none