diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8835b9dd..08749def 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@84684c07c1965536eb4802c8daf1a77968df0cb1 # v1.239.0 + uses: ruby/setup-ruby@1a0ff446f5856bdfec298b61a09727c860d9d480 # v1.240.0 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically # Add or replace database setup steps here