From 3e58f73fad3958544886982284a258bc90dceb9f Mon Sep 17 00:00:00 2001 From: Trinity Takei Date: Tue, 10 Sep 2024 10:07:56 +0200 Subject: [PATCH] Bump to Ruby 3.3.5 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b58bcd..9a464b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4.1.7 - 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 @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v4.1.7 - 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 @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v4.1.7 - 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 @@ -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