Merge pull request #1089 from jdufresne/checkout

Update actions/checkout version in GitHub actions
This commit is contained in:
Akira Matsuda 2022-06-24 11:57:49 +09:00 committed by GitHub
commit bf20fccfdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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