From 49af80241df866e838279234132f893169b383d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 01:20:30 +0000 Subject: [PATCH] Bump WordPress/action-wp-playground-pr-preview from 2 to 3 Bumps [WordPress/action-wp-playground-pr-preview](https://github.com/wordpress/action-wp-playground-pr-preview) from 2 to 3. - [Release notes](https://github.com/wordpress/action-wp-playground-pr-preview/releases) - [Commits](https://github.com/wordpress/action-wp-playground-pr-preview/compare/v2...v3) --- updated-dependencies: - dependency-name: WordPress/action-wp-playground-pr-preview dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-playground-preview-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-playground-preview-publish.yml b/.github/workflows/pr-playground-preview-publish.yml index 620d7a66c..3e7658bf6 100644 --- a/.github/workflows/pr-playground-preview-publish.yml +++ b/.github/workflows/pr-playground-preview-publish.yml @@ -56,7 +56,7 @@ jobs: - name: Expose built artifact as a public URL id: expose - uses: WordPress/action-wp-playground-pr-preview/.github/actions/expose-artifact-on-public-url@v2 + uses: WordPress/action-wp-playground-pr-preview/.github/actions/expose-artifact-on-public-url@v3 with: artifact-name: plugin-check-zip artifact-filename: plugin-check.zip @@ -101,7 +101,7 @@ jobs: NODE - name: Post Playground Preview Button - uses: WordPress/action-wp-playground-pr-preview@v2 + uses: WordPress/action-wp-playground-pr-preview@v3 with: mode: append-to-description blueprint: ${{ steps.blueprint.outputs.blueprint }}