mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Update actions/checkout version in GitHub actions
https://github.com/actions/checkout/releases
This commit is contained in:
parent
53b5a24cea
commit
561fb712ba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue