Skip to content

Commit 3fb4276

Browse files
Update ruby/setup-ruby action to v1.269.0
1 parent e959317 commit 3fb4276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)