Skip to content

Commit f8f05de

Browse files
dbussinkleequarella
authored andcommitted
Fix action
1 parent ba351da commit f8f05de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v2
1212
- name: Set up Ruby 2.7
13-
uses: actions/setup-ruby@v1
13+
uses: ruby/setup-ruby@v1
1414
with:
1515
ruby-version: 2.7.x
1616

0 commit comments

Comments
 (0)