1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

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

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