diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index b15981a..5ecf8a5 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -46,7 +46,7 @@ jobs: - name: ruby_build_checkout uses: actions/checkout@v4 - name: ruby_build_rubysetup - uses: ruby/setup-ruby@a6b46b8a08edb18935835849f2a17072d5cc8c73 # v1.192.0 + uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # v1.199.0 with: bundler-cache: true - name: ruby_build_dbsetup @@ -60,7 +60,7 @@ jobs: - name: ruby_lint_checkout uses: actions/checkout@v4 - name: ruby_lint_rubysetup - uses: ruby/setup-ruby@a6b46b8a08edb18935835849f2a17072d5cc8c73 # v1.192.0 + uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # v1.199.0 with: bundler-cache: true # Add or replace any other lints here