diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3eb70cef..39633c13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: env: BUNDLE_GEMFILE: .ci.gemfile steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: sudo apt-get -yqq install libpq-dev - run: sudo apt-get -yqq install libmysqlclient-dev - uses: ruby/setup-ruby@v1