From e7ba430c36d684f6c0f4e79f1f3da5a9aa6221d0 Mon Sep 17 00:00:00 2001 From: Grant Date: Fri, 5 Jun 2026 08:44:04 +0900 Subject: [PATCH] pin ruby/setup-ruby version --- .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 6700d4d..3d978c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v6.0.2 with: persist-credentials: false - - uses: ruby/setup-ruby@v1 + - uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0 with: ruby-version: '3.2' - name: Build gem