Skip to content

Commit b924854

Browse files
committed
Revert "pin git action setup-ruby to v1.268.0 until Lambda Builders support bundler 4.0.0 (#805)"
This reverts commit 719e7e9.
1 parent c91b4c0 commit b924854

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)