Skip to content

Commit

Permalink
Merge pull request #8422 from SuperTux88/fix-checkout-deprecation-war…
Browse files Browse the repository at this point in the history
…ning

Upgrade to actions/checkout@v3 to get rid of deprecation warning
  • Loading branch information
SuperTux88 committed Jun 10, 2023
2 parents 02182e3 + 5ce5cfd commit 0a545c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Start MySQL
run: sudo systemctl start mysql.service
if: matrix.db == 'mysql'
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 0a545c7

Please sign in to comment.