Update actions/checkout version in GitHub actions

https://github.com/actions/checkout/releases
This commit is contained in:
Jon Dufresne 2022-06-23 19:36:32 -07:00
parent 53b5a24cea
commit 561fb712ba
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install libmysqld-dev
run: sudo apt-get install libmysqld-dev
- name: Start local MySQL