Skip to content

Commit f131bc5

Browse files
committed
ci: use ruby/setup-ruby action
1 parent 4d7655f commit f131bc5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@ jobs:
9999
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
100100
- uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v3
101101
- run: go install github.com/campoy/[email protected]
102-
- uses: actions/setup-ruby@b007fae6f1ffbe3a51c00a6df6f5ff01184d5340 # v1
102+
- uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 # v1.154.0
103+
with:
104+
ruby-version: '2.7'
105+
bundler-cache: true
103106
- run: gem install mdl
104107
- uses: actions-rs/toolchain@63eb9591781c46a70274cb3ebdf190fce92702e8 # v1
105108
with:

0 commit comments

Comments
 (0)