Skip to content

Commit a9843b2

Browse files
committed
Replace deprecated action
1 parent 03c10fd commit a9843b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@master
1515
- name: Set up Ruby ${{ matrix.ruby }}
16-
uses: actions/setup-ruby@v1
16+
uses: ruby/setup-ruby@fdcfbcf14ec9672f6f615cb9589a1bc5dd69d262
1717
with:
1818
ruby-version: ${{ matrix.ruby }}
1919
- name: Build and test

0 commit comments

Comments
 (0)