Update push-deploy.yml

This commit is contained in:
Nikita 2024-12-19 00:20:09 +03:00 committed by GitHub
parent 98f190c214
commit ee87374c9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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