diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97d950db..a03aa120 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,9 @@ jobs: fail-fast: false name: Test Ruby ${{ matrix.ruby }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@v3 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true