diff --git a/.github/workflows/deploy-plugin.yml b/.github/workflows/deploy-plugin.yml index 48d3e80a..0448459d 100644 --- a/.github/workflows/deploy-plugin.yml +++ b/.github/workflows/deploy-plugin.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: WordPress.org Plugin Deploy - uses: 10up/action-wordpress-plugin-deploy@2.2.2 + uses: 10up/action-wordpress-plugin-deploy@2.3.0 env: SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} SVN_USERNAME: ${{ secrets.SVN_USERNAME }}