From 8b02b57517b865ae4a63aec537c13bcf46bb4a5c Mon Sep 17 00:00:00 2001 From: Reed Hamilton Date: Wed, 17 Dec 2025 14:05:08 -0800 Subject: [PATCH] Revert "fix: pin ruby action to specific version (#8491)" This reverts commit dc0de294b83a020f0dbedab234ab07379622a789. --- .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 3443b3e42e0..f9fef4cea6f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -160,8 +160,7 @@ jobs: - uses: actions/setup-go@v6 with: go-version: '1.19' - # 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.3" - uses: actions/setup-node@v6