From b924854747bcaf9d7cd45d571ff8ffc0fff20938 Mon Sep 17 00:00:00 2001 From: Reed Hamilton Date: Wed, 10 Dec 2025 12:21:44 -0800 Subject: [PATCH] Revert "pin git action setup-ruby to v1.268.0 until Lambda Builders support bundler 4.0.0 (#805)" This reverts commit 719e7e936853abdff4cd946a19d9a371bb8315ef. --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0828b142..f9ad67adb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -294,8 +294,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python }} - # Pin to specific version until Lambda Builders support bundler 4.0.0 - - uses: ruby/setup-ruby@v1.268.0 + - uses: ruby/setup-ruby@v1 with: ruby-version: "3.2" - run: make init