diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 24f1039a8..ec83ebe46 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -61,7 +61,7 @@ jobs: sudo xcode-select -s /Applications/Xcode_26.2.app/Contents/Developer - name: Set up Ruby - uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # v1.286.0, https://github.com/ruby/setup-ruby + uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0, https://github.com/ruby/setup-ruby with: ruby-version: '4.0.1' @@ -92,7 +92,7 @@ jobs: sudo xcode-select -s /Applications/Xcode_26.2.app/Contents/Developer - name: Set up Ruby - uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # v1.286.0, https://github.com/ruby/setup-ruby + uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0, https://github.com/ruby/setup-ruby with: ruby-version: '4.0.1' @@ -118,7 +118,7 @@ jobs: sudo xcode-select -s /Applications/Xcode_26.2.app/Contents/Developer - name: Set up Ruby - uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # v1.286.0, https://github.com/ruby/setup-ruby + uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0, https://github.com/ruby/setup-ruby with: ruby-version: '4.0.1' @@ -144,7 +144,7 @@ jobs: sudo xcode-select -s /Applications/Xcode_26.2.app/Contents/Developer - name: Set up Ruby - uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # v1.286.0, https://github.com/ruby/setup-ruby + uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0, https://github.com/ruby/setup-ruby with: ruby-version: '4.0.1'