diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebfb87b..255a86c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,9 @@ jobs: runs-on: ubuntu-latest name: Test on Ruby ${{ matrix.ruby_version }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup Ruby ${{ matrix.ruby_version }} - uses: actions/setup-ruby@v1 + uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby_version }} - name: Install dependencies