From 1526b699a01d2680efab4d6a2af99e1c3abeb700 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 27 Mar 2026 12:15:18 -0500 Subject: [PATCH] Update WordPress plugin deployment action version --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8b727df2..b89dfc83 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,7 +46,7 @@ jobs: - name: WordPress.org deploy id: deploy - uses: 10up/action-wordpress-plugin-asset-update@2480306f6f693672726d08b5917ea114cb2825f7 # v2.2.0 + uses: 10up/action-wordpress-plugin-deploy@54bd289b8525fd23a5c365ec369185f2966529c2 # v2.3.0 if: startsWith( github.ref, 'refs/tags/' ) with: generate-zip: true