From 2fe6edb22b5dbb1c12040bd83966df33c7f015d5 Mon Sep 17 00:00:00 2001 From: Renato Valenzuela Date: Fri, 5 Dec 2025 23:28:57 +0000 Subject: [PATCH] fix: pin ruby action to specific version Pin Ruby action to specific version until Lambda Buidlers support `bundler` 4.0.0 --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b0bd5f07e2..8980856796 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -160,7 +160,8 @@ jobs: - uses: actions/setup-go@v6 with: go-version: '1.19' - - uses: ruby/setup-ruby@v1 + # Pin to specific version until Lambda Builders support bundler 4.0.0 + - uses: ruby/setup-ruby@v1.268.0 with: ruby-version: "3.3" - uses: actions/setup-node@v6