Skip to content

Commit 9fadf6d

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Update windows action to checkout@v3
2 parents 43c71df + 256d23c commit 9fadf6d

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
@@ -186,7 +186,7 @@ jobs:
186186
- name: git config
187187
run: git config --global core.autocrlf false && git config --global core.eol lf
188188
- name: git checkout
189-
uses: actions/checkout@v2
189+
uses: actions/checkout@v3
190190
- name: Setup MySQL
191191
run: |
192192
choco install mysql -y --no-progress --params="/port:3306"

0 commit comments

Comments
 (0)