Skip to content

Commit 719e7e9

Browse files
authored
pin git action setup-ruby to v1.268.0 until Lambda Builders support bundler 4.0.0 (aws#805)
1 parent 1d369d3 commit 719e7e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,8 @@ jobs:
294294
- uses: actions/setup-python@v6
295295
with:
296296
python-version: ${{ matrix.python }}
297-
- uses: ruby/setup-ruby@v1
297+
# Pin to specific version until Lambda Builders support bundler 4.0.0
298+
- uses: ruby/setup-ruby@v1.268.0
298299
with:
299300
ruby-version: "3.2"
300301
- run: make init

0 commit comments

Comments
 (0)