Skip to content

Commit 19c87d7

Browse files
committed
remove hardcoded ruby version from gh action
1 parent 2b28d6a commit 19c87d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ jobs:
228228
if: steps.update-analysis.outputs.overall_update_needed == 'true' && steps.pr-analysis.outputs.should_create_pr == 'true'
229229
uses: ruby/setup-ruby@v1
230230
with:
231-
ruby-version: '3.2'
232231
bundler-cache: true
233232

234233
- name: 🛠️ Create update branch

0 commit comments

Comments
 (0)