Skip to content

Commit

Permalink
Fix ruby uses
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyMcWho committed Mar 20, 2023
1 parent 0bf613a commit 171b678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
Expand Down

0 comments on commit 171b678

Please sign in to comment.