From 73c8b1a92e8447091793c7fb7ecdb9af0413c718 Mon Sep 17 00:00:00 2001 From: Alexandre Faustino Date: Mon, 14 Oct 2024 15:30:49 +0100 Subject: [PATCH] Update wp-org-deploy.yml --- .github/workflows/wp-org-deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wp-org-deploy.yml b/.github/workflows/wp-org-deploy.yml index 17af66e..821a564 100644 --- a/.github/workflows/wp-org-deploy.yml +++ b/.github/workflows/wp-org-deploy.yml @@ -10,7 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@v3 + - name: Install Subversion + run: sudo apt-get update && sudo apt-get install -y subversion - name: SVN deployment run: chmod +x ./deploy.sh && ./deploy.sh env: