diff --git a/.github/workflows/push-deploy.yml b/.github/workflows/push-deploy.yml index 143d058..96feddc 100644 --- a/.github/workflows/push-deploy.yml +++ b/.github/workflows/push-deploy.yml @@ -12,7 +12,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 + + - name: Install SVN + run: | + sudo apt-get update + sudo apt-get install subversion - name: WordPress Plugin Deploy uses: 10up/action-wordpress-plugin-deploy@stable