Skip to content

Commit 3341022

Browse files
committed
Add setup-ruby step for tool scripts
1 parent a5af2ad commit 3341022

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/bundled_gems.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
with:
3939
token: ${{ (github.repository == 'ruby/ruby' && !startsWith(github.event_name, 'pull')) && secrets.MATZBOT_AUTO_UPDATE_TOKEN || secrets.GITHUB_TOKEN }}
4040

41+
- uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # v1.286.0
42+
with:
43+
ruby-version: 4.0
44+
4145
- uses: ./.github/actions/setup/directories
4246
with:
4347
# Skip overwriting MATZBOT_AUTO_UPDATE_TOKEN

0 commit comments

Comments
 (0)