Skip to content

Commit

Permalink
ci: Add v before version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Jul 12, 2024
1 parent f4040ef commit 90305fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
steps:
- name: Configure git
run: 'git config --global init.defaultBranch main'
- uses: actions/checkout@4.1.7
- uses: ruby/setup-ruby@1.187.0
- uses: actions/checkout@v4.1.7
- uses: ruby/setup-ruby@v1.187.0
with:
ruby-version: '3.3'
- run: bundle
Expand Down

0 comments on commit 90305fe

Please sign in to comment.