From a1d155f8f59719dcfadc8dab7ecf093e9e9e77df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 22:10:08 +0000 Subject: [PATCH] Update dependency ruby to v4 --- .github/workflows/part_build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/part_build_test.yml b/.github/workflows/part_build_test.yml index 84ca689..c2dd198 100644 --- a/.github/workflows/part_build_test.yml +++ b/.github/workflows/part_build_test.yml @@ -12,7 +12,7 @@ jobs: - name: 💎 setup ruby uses: ruby/setup-ruby@v1 with: - ruby-version: "3.2" + ruby-version: "4.0.4" - name: 🔨 install dependencies & build site uses: limjh16/jekyll-action-ts@v2 with: