Merge pull request #8422 from SuperTux88/fix-checkout-deprecation-warning

Upgrade to actions/checkout@v3 to get rid of deprecation warning
This commit is contained in:
Benjamin Neff 2023-06-10 17:27:09 +02:00
commit 0a545c7092
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 }}