Skip to content

Commit f22dc88

Browse files
committed
no message
1 parent 1be45f3 commit f22dc88

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/deploy-to-wordpress.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
php-version: 7.4
1616
extensions: mbstring, intl
1717
tools: composer
18+
19+
- name: Install Subversion
20+
run: sudo apt-get update && sudo apt-get install -y subversion
21+
1822
- name: Install PHP dependencies
1923
run: |
2024
composer install --no-dev --optimize-autoloader

.github/workflows/upload-plugin-zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
composer run-script zip
2323
- name: Upload artifact
24-
uses: actions/upload-artifact@v2
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: wpgraphql-smart-cache
2727
path: plugin-build/wpgraphql-smart-cache.zip

0 commit comments

Comments
 (0)