We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5af2ad commit 3341022Copy full SHA for 3341022
1 file changed
.github/workflows/bundled_gems.yml
@@ -38,6 +38,10 @@ jobs:
38
with:
39
token: ${{ (github.repository == 'ruby/ruby' && !startsWith(github.event_name, 'pull')) && secrets.MATZBOT_AUTO_UPDATE_TOKEN || secrets.GITHUB_TOKEN }}
40
41
+ - uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # v1.286.0
42
+ with:
43
+ ruby-version: 4.0
44
+
45
- uses: ./.github/actions/setup/directories
46
47
# Skip overwriting MATZBOT_AUTO_UPDATE_TOKEN
0 commit comments