From f1d6bbdc670e47a92b113b817743b5961c684904 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Sat, 6 Jul 2024 09:42:52 +0300 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97bfed01..28f7e404 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - name: Install Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.3.1 + ruby-version: 3.3.3 - name: Cache gems uses: actions/cache@v1 with: @@ -35,7 +35,7 @@ jobs: - name: Install Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.3.1 + ruby-version: 3.3.3 - name: Cache gems uses: actions/cache@v1 with: @@ -100,7 +100,7 @@ jobs: - name: Install Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.3.1 + ruby-version: 3.3.3 - name: Set up Node uses: actions/setup-node@v1 with: