Skip to content

Commit 28ef654

Browse files
committedMar 5, 2023
Update windows action to checkout@v3
1 parent e633be3 commit 28ef654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
- name: git config
178178
run: git config --global core.autocrlf false && git config --global core.eol lf
179179
- name: git checkout
180-
uses: actions/checkout@v2
180+
uses: actions/checkout@v3
181181
- name: Setup MySQL
182182
run: |
183183
choco install mysql -y --no-progress --params="/port:3306"

0 commit comments

Comments
 (0)