diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b1fe13b..4a3aea1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,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@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312.0 + uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Lint Ruby files