diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7c48d598..2940b42e 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@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0 + uses: ruby/setup-ruby@fb404b9557c186e349162b0d8efb06e2bc36edea # v1.232.0 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically # Add or replace database setup steps here