From b3c953c164a4b9c59adbcdd328abf501b6c56e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 21:39:16 +0000 Subject: [PATCH] Bump 10up/action-wordpress-plugin-deploy from 2.1.1 to 2.3.0 Bumps [10up/action-wordpress-plugin-deploy](https://github.com/10up/action-wordpress-plugin-deploy) from 2.1.1 to 2.3.0. - [Release notes](https://github.com/10up/action-wordpress-plugin-deploy/releases) - [Changelog](https://github.com/10up/action-wordpress-plugin-deploy/blob/develop/CHANGELOG.md) - [Commits](https://github.com/10up/action-wordpress-plugin-deploy/compare/2.1.1...2.3.0) --- updated-dependencies: - dependency-name: 10up/action-wordpress-plugin-deploy dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/wordpress-plugin-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wordpress-plugin-deploy.yml b/.github/workflows/wordpress-plugin-deploy.yml index feb0be10..459bf202 100644 --- a/.github/workflows/wordpress-plugin-deploy.yml +++ b/.github/workflows/wordpress-plugin-deploy.yml @@ -14,7 +14,7 @@ jobs: sudo apt-get install subversion svn --version - name: WordPress Plugin Deploy - uses: 10up/action-wordpress-plugin-deploy@2.1.1 + uses: 10up/action-wordpress-plugin-deploy@2.3.0 env: SVN_USERNAME: ${{ secrets.SVN_USERNAME }} SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}