diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index acca83a..08e306a 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -39,7 +39,7 @@ jobs: - name: ruby_build_checkout uses: actions/checkout@v4 - name: ruby_build_rubysetup - uses: ruby/setup-ruby@78c01b705fd9d5ad960d432d3a0cfa341d50e410 # v1.179.1 + uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1.193.0 with: bundler-cache: true - name: ruby_build_dbsetup @@ -53,7 +53,7 @@ jobs: - name: ruby_lint_checkout uses: actions/checkout@v4 - name: ruby_lint_rubysetup - uses: ruby/setup-ruby@78c01b705fd9d5ad960d432d3a0cfa341d50e410 # v1.179.1 + uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1.193.0 with: bundler-cache: true # Add or replace any other lints here