diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c31eb6..c9850b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4 with: persist-credentials: false - - uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1 + - uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1 with: ruby-version: ${{ matrix.ruby }} bundler: latest # to get this fix: https://github.com/rubygems/rubygems/issues/6165 @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4 with: persist-credentials: false - - uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1 + - uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true