Skip to content

Commit

Permalink
Bump to Ruby 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitytakei committed Sep 10, 2024
1 parent d4b56dc commit 3e58f73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Ruby
uses: ruby/setup-ruby@v1.190.0
uses: ruby/setup-ruby@v1.191.0
with:
ruby-version: .ruby-version
bundler-cache: true
Expand All @@ -29,7 +29,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Ruby
uses: ruby/setup-ruby@v1.190.0
uses: ruby/setup-ruby@v1.191.0
with:
ruby-version: .ruby-version
bundler-cache: true
Expand All @@ -54,7 +54,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Ruby
uses: ruby/setup-ruby@v1.190.0
uses: ruby/setup-ruby@v1.191.0
with:
ruby-version: .ruby-version
bundler-cache: true
Expand All @@ -69,7 +69,7 @@ jobs:
run: bin/rails db:test:prepare test test:system

- name: Keep screenshots from failed system tests
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v3.2.1-node20
if: failure()
with:
name: screenshots
Expand Down

0 comments on commit 3e58f73

Please sign in to comment.