diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ff7af032..580240952 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@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0 + uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Install Node.js