From 7028a5af04930f2157b2d3047e1a913525fd0a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marwan=20Rabb=C3=A2a?= Date: Tue, 1 Oct 2024 21:09:54 +0200 Subject: [PATCH] update deprecated CI action (#7829) --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1edc89a09a..418acb66aaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,10 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-ruby@v1 + - uses: ruby/setup-ruby@v1 + with: + ruby-version: "3.3" + bundler-cache: true - name: Install deps run: bundle install --jobs 4 --retry 3