From d3e912150e060f0e261d150a8c98b5c27c939224 Mon Sep 17 00:00:00 2001 From: tannevaled Date: Thu, 9 Jul 2026 10:18:58 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v3.4.10 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f8c219..9d45195 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - if: runner.os != 'Windows' uses: ruby/setup-ruby@v1 with: - ruby-version: "3.4" + ruby-version: "3.4.10" - if: runner.os != 'Windows' run: gem install faraday --no-document - run: go version