Skip to content

Commit 794a0bf

Browse files
committed
- update workflow
1 parent b5d20ef commit 794a0bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v4
12+
1213
- name: Setup PHP
1314
uses: shivammathur/setup-php@v2
1415
with:
15-
php-version: 7.4
16+
php-version: 8.2
1617
extensions: mbstring, intl
1718
tools: composer
1819

0 commit comments

Comments
 (0)