Skip to content

Commit 7efe5d4

Browse files
authored
Revert "fix: pin ruby action to specific version (#8491)" (#8517)
This reverts commit dc0de29.
1 parent f7d50bf commit 7efe5d4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ jobs:
160160
- uses: actions/setup-go@v6
161161
with:
162162
go-version: '1.19'
163-
# Pin to specific version until Lambda Builders support bundler 4.0.0
164-
- uses: ruby/setup-ruby@v1.268.0
163+
- uses: ruby/setup-ruby@v1
165164
with:
166165
ruby-version: "3.3"
167166
- uses: actions/setup-node@v6

0 commit comments

Comments
 (0)