Skip to content

Commit f278229

Browse files
Update ruby/setup-ruby action to v1.281.0
1 parent b1c02d4 commit f278229

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@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0
1313
with:
1414
ruby-version: ${{ matrix.ruby }}
1515
- run: bundle install

0 commit comments

Comments
 (0)