Upgrade to actions/checkout@v3 to get rid of deprecation warning

This commit is contained in:
Benjamin Neff 2023-06-10 05:35:31 +02:00
parent 87f17fe907
commit 5ce5cfdecf
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -47,7 +47,7 @@ jobs:
- name: Start MySQL - name: Start MySQL
run: sudo systemctl start mysql.service run: sudo systemctl start mysql.service
if: matrix.db == 'mysql' if: matrix.db == 'mysql'
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1
with: with:
ruby-version: ${{ matrix.ruby }} ruby-version: ${{ matrix.ruby }}