Skip to content

Commit 935cbe9

Browse files
committed
update ci flow so setup ruby can use 3.4.5
1 parent ccc5b15 commit 935cbe9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push_ruby.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- v*
7+
workflow_dispatch:
78

89
permissions:
910
contents: read
@@ -24,7 +25,7 @@ jobs:
2425
fetch-depth: 0
2526

2627
- name: Set up Ruby
27-
uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
28+
uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0
2829
with:
2930
bundler-cache: false
3031

0 commit comments

Comments
 (0)