Skip to content

Commit 7d459e8

Browse files
committed
Run task based on 4.0.0-preview2
1 parent b5d20ef commit 7d459e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/comments.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ on:
1010
jobs:
1111
comments:
1212
runs-on: "ubuntu-latest"
13-
# env:
14-
# RUBY_COMMIT: 1b0c46daed9186b82ab4fef1a4ab225afe582ee6
13+
env:
14+
RUBY_COMMIT: v4_0_0_preview2
1515
steps:
1616
- uses: actions/checkout@v6
1717
- uses: ruby/setup-ruby@v1
1818
with:
19-
ruby-version: "3.4.5"
19+
ruby-version: "4.0.0-preview2"
2020
bundler: none
2121
- name: Install dependencies
2222
run: |

0 commit comments

Comments
 (0)