diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e1e45755..0ccde8a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: # Add or replace dependency steps here - name: Install Ruby and gems # The ruby version is taken from the .ruby-version file, no need to specify here. - uses: ruby/setup-ruby@b256bd96bb4867e7d23e92e087d9bb697270b725 + uses: ruby/setup-ruby@df99e806d4462b1b0f1d13061fa63fce294b3d46 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically # Add or replace database setup steps here