Skip to content

Commit

Permalink
fix Ruby version in github action definition
Browse files Browse the repository at this point in the history
  • Loading branch information
OutlawAndy committed Oct 1, 2024
1 parent dce6e5a commit a229b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Ruby and gems for dummy app
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.1'
ruby-version: '3.3.5'
bundler-cache: true

- name: Setup dummy app
Expand Down

0 comments on commit a229b89

Please sign in to comment.