Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
fix typo in Ruby action version
  • Loading branch information
ilyabrin authored May 24, 2024
1 parent f269e20 commit 393345b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
continue-on-error: true
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@V1.177.0
- uses: ruby/setup-ruby@v1.177.0
with:
ruby-version: ${{ matrix.ruby }}
# bundler-cache: true
Expand Down

0 comments on commit 393345b

Please sign in to comment.