diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b109a2d..fa7bbda7 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@98aefb3c83eea830993080938ed245dc8e2b843b + uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 with: bundler-cache: true rubygems: latest