diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1df4b2d2..3398ef641 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}