diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 823b618..b76a5ae 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@5daca165445f0ae10478593083f72ca2625e241d # v1.169.0 + uses: ruby/setup-ruby@22fdc77bf4148f810455b226c90fb81b5cbc00a7 # v1.171.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@5daca165445f0ae10478593083f72ca2625e241d # v1.169.0 + uses: ruby/setup-ruby@22fdc77bf4148f810455b226c90fb81b5cbc00a7 # v1.171.0 with: bundler-cache: true # Add or replace any other lints here