diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 77abeaf..d86e73c 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@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.172.0 + uses: ruby/setup-ruby@943103cae7d3f1bb1e4951d5fcc7928b40e4b742 # v1.177.1 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@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.172.0 + uses: ruby/setup-ruby@943103cae7d3f1bb1e4951d5fcc7928b40e4b742 # v1.177.1 with: bundler-cache: true # Add or replace any other lints here