Skip to content

Commit a4a9edc

Browse files
authored
Update webhook.yml
1 parent 3f0a99b commit a4a9edc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/webhook.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010

1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414

15-
- name: Set up PHP
15+
- name: Set up PHP 8.2
1616
uses: shivammathur/setup-php@v2
1717
with:
18-
php-version: '8.0'
18+
php-version: '8.2'
1919

2020
- name: Install dependencies
2121
run: |

0 commit comments

Comments
 (0)