diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cc5acc2..7ea71f56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Update .ruby-version with matrix value run: echo "${{ matrix.ruby_version }}" >| .ruby-version - name: Set up Ruby - uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 + uses: ruby/setup-ruby@8711a86ab6f9aa72890da4123b2ef7283b6b22b6 with: bundler-cache: true - name: Run tests