diff --git a/.github/workflows/wordpress-plugin-deploy.yml b/.github/workflows/wordpress-plugin-deploy.yml index c8e29dd..34f20c0 100644 --- a/.github/workflows/wordpress-plugin-deploy.yml +++ b/.github/workflows/wordpress-plugin-deploy.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: WordPress Plugin Deploy - uses: 10up/action-wordpress-plugin-deploy@2.1.1 + uses: 10up/action-wordpress-plugin-deploy@2.2.2 env: SVN_USERNAME: ${{ secrets.SVN_USERNAME }} SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}