Skip to content

Commit bb0bc97

Browse files
Update ruby/setup-ruby action to v1.273.0
1 parent 0ab871b commit bb0bc97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Ruby ${{ matrix.ruby }} CI
1010
steps:
1111
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
12-
- uses: ruby/setup-ruby@v1
12+
- uses: ruby/setup-ruby@a25f1e45f0e65a92fcb1e95e8847f78fb0a7197a # v1.273.0
1313
with:
1414
ruby-version: ${{ matrix.ruby }}
1515
- run: bundle install

0 commit comments

Comments
 (0)