From 3842171ec01fd351f7d3aad07acf2f346ffa1711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 21:27:24 +0000 Subject: [PATCH] chore(ci): bump the github-actions-updates group with 2 updates Bumps the github-actions-updates group with 2 updates: [docker/setup-compose-action](https://github.com/docker/setup-compose-action) and [WordPress/action-wp-playground-pr-preview](https://github.com/wordpress/action-wp-playground-pr-preview). Updates `docker/setup-compose-action` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/docker/setup-compose-action/releases) - [Commits](https://github.com/docker/setup-compose-action/compare/8cccb8c14b6500aaffebff1aa49c502c34d2e5e6...16feee727cbdc83b6a014e6cc26fec4a79bcf30c) Updates `WordPress/action-wp-playground-pr-preview` from c8607529dac8d2bf9a1e8493865fc97cd1c3c87b to 5e92f5e3c80d06126f22e83e4bb21221fbbd3e7f - [Release notes](https://github.com/wordpress/action-wp-playground-pr-preview/releases) - [Commits](https://github.com/wordpress/action-wp-playground-pr-preview/compare/c8607529dac8d2bf9a1e8493865fc97cd1c3c87b...5e92f5e3c80d06126f22e83e4bb21221fbbd3e7f) --- updated-dependencies: - dependency-name: docker/setup-compose-action dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-updates - dependency-name: WordPress/action-wp-playground-pr-preview dependency-version: 5e92f5e3c80d06126f22e83e4bb21221fbbd3e7f dependency-type: direct:production dependency-group: github-actions-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-build.yml | 2 +- .github/workflows/reusable-e2e.yml | 2 +- .github/workflows/reusable-phpunit.yml | 2 +- .../workflows/reusable-wp-playground-pr-preview-public.yml | 4 ++-- .github/workflows/reusable-wp-playground-pr-preview.yml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 691e596..f5b6e32 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -42,7 +42,7 @@ jobs: sudo usermod -aG $SOCK_GID runner - name: Set up Docker Compose - uses: docker/setup-compose-action@8cccb8c14b6500aaffebff1aa49c502c34d2e5e6 # v2.1.0 + uses: docker/setup-compose-action@16feee727cbdc83b6a014e6cc26fec4a79bcf30c # v2.2.0 with: version: latest cache-binary: true diff --git a/.github/workflows/reusable-e2e.yml b/.github/workflows/reusable-e2e.yml index 313a62f..dacb176 100644 --- a/.github/workflows/reusable-e2e.yml +++ b/.github/workflows/reusable-e2e.yml @@ -46,7 +46,7 @@ jobs: sudo usermod -aG $SOCK_GID runner - name: Set up Docker Compose - uses: docker/setup-compose-action@8cccb8c14b6500aaffebff1aa49c502c34d2e5e6 # v2.1.0 + uses: docker/setup-compose-action@16feee727cbdc83b6a014e6cc26fec4a79bcf30c # v2.2.0 with: version: latest cache-binary: true diff --git a/.github/workflows/reusable-phpunit.yml b/.github/workflows/reusable-phpunit.yml index 0081b72..9a6cb81 100644 --- a/.github/workflows/reusable-phpunit.yml +++ b/.github/workflows/reusable-phpunit.yml @@ -58,7 +58,7 @@ jobs: sudo usermod -aG $SOCK_GID runner - name: Set up Docker Compose - uses: docker/setup-compose-action@8cccb8c14b6500aaffebff1aa49c502c34d2e5e6 # v2.1.0 + uses: docker/setup-compose-action@16feee727cbdc83b6a014e6cc26fec4a79bcf30c # v2.2.0 with: version: latest cache-binary: true diff --git a/.github/workflows/reusable-wp-playground-pr-preview-public.yml b/.github/workflows/reusable-wp-playground-pr-preview-public.yml index 6b6d71e..1839d9a 100644 --- a/.github/workflows/reusable-wp-playground-pr-preview-public.yml +++ b/.github/workflows/reusable-wp-playground-pr-preview-public.yml @@ -77,7 +77,7 @@ jobs: - name: Expose built artifact on public URL id: expose - uses: WordPress/action-wp-playground-pr-preview/.github/actions/expose-artifact-on-public-url@c8607529dac8d2bf9a1e8493865fc97cd1c3c87b # v2 + uses: WordPress/action-wp-playground-pr-preview/.github/actions/expose-artifact-on-public-url@5e92f5e3c80d06126f22e83e4bb21221fbbd3e7f # v2 with: artifact-name: ${{ steps.pr-metadata.outputs.artifact-name }} artifact-filename: ${{ inputs.artifact-filename }} @@ -115,7 +115,7 @@ jobs: ARTIFACT_URL: ${{ steps.expose.outputs.artifact-url }} - name: Post Playground preview button - uses: WordPress/action-wp-playground-pr-preview@c8607529dac8d2bf9a1e8493865fc97cd1c3c87b # v2 + uses: WordPress/action-wp-playground-pr-preview@5e92f5e3c80d06126f22e83e4bb21221fbbd3e7f # v2 with: mode: append-to-description blueprint: ${{ steps.blueprint.outputs.blueprint }} diff --git a/.github/workflows/reusable-wp-playground-pr-preview.yml b/.github/workflows/reusable-wp-playground-pr-preview.yml index 0ddf6ed..e67a33d 100644 --- a/.github/workflows/reusable-wp-playground-pr-preview.yml +++ b/.github/workflows/reusable-wp-playground-pr-preview.yml @@ -87,7 +87,7 @@ jobs: - name: Expose built artifact on public URL id: expose - uses: WordPress/action-wp-playground-pr-preview/.github/actions/expose-artifact-on-public-url@c8607529dac8d2bf9a1e8493865fc97cd1c3c87b # v2 + uses: WordPress/action-wp-playground-pr-preview/.github/actions/expose-artifact-on-public-url@5e92f5e3c80d06126f22e83e4bb21221fbbd3e7f # v2 with: artifact-name: ${{ steps.pr-metadata.outputs.artifact-name }} artifact-filename: ${{ inputs.artifact-filename }} @@ -115,7 +115,7 @@ jobs: ARTIFACT_URL: ${{ steps.expose.outputs.artifact-url }} - name: Post Playground preview button - uses: WordPress/action-wp-playground-pr-preview@c8607529dac8d2bf9a1e8493865fc97cd1c3c87b # v2 + uses: WordPress/action-wp-playground-pr-preview@5e92f5e3c80d06126f22e83e4bb21221fbbd3e7f # v2 with: mode: append-to-description blueprint: ${{ steps.blueprint.outputs.blueprint }}