ci: fix action for ruby setup
Some checks failed
RuboCop / build (push) Failing after 50s

This commit is contained in:
David Bailey 2023-11-15 19:50:35 +01:00
parent b1de04fabb
commit 4e200f919a

View file

@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 2.7
uses: github.com/ruby/setup-ruby@v1
uses: https://github.com/ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Cache gems