From 5b21ae151a02257dd94f5d7dd571280c3ff6a046 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:24:42 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v4.0.5 --- .github/workflows/website-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index 8b887b6..7fec73f 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: ruby/setup-ruby@v1 with: - ruby-version: 4.0.3 + ruby-version: 4.0.5 bundler-cache: true - name: install dependencies run: |