We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e633be3 commit 28ef654Copy full SHA for 28ef654
.github/workflows/push.yml
@@ -177,7 +177,7 @@ jobs:
177
- name: git config
178
run: git config --global core.autocrlf false && git config --global core.eol lf
179
- name: git checkout
180
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
181
- name: Setup MySQL
182
run: |
183
choco install mysql -y --no-progress --params="/port:3306"
0 commit comments