diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8835b9dd..a5f9b0b8 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@bb0f760b6c925183520ee0bcc9c4a432a7c8c3c6 # v1.241.0 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically # Add or replace database setup steps here