Skip to content

Commit 256d23c

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Update windows action to checkout@v3
2 parents d8294f2 + 28ef654 commit 256d23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
- name: git config
185185
run: git config --global core.autocrlf false && git config --global core.eol lf
186186
- name: git checkout
187-
uses: actions/checkout@v2
187+
uses: actions/checkout@v3
188188
- name: Setup MySQL
189189
run: |
190190
choco install mysql -y --no-progress --params="/port:3306"

0 commit comments

Comments
 (0)