From 9fffedbea23f14d584f4f6e329cdf775c9727479 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 09:34:36 +0100 Subject: [PATCH] chore: update ruby/setup-ruby action to v1.207.0 (#2071) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2480d7212..1c5181efb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -654,7 +654,7 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - name: Setup ruby - uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f # v1.206.0 + uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0 with: ruby-version: ${{ env.RUBY_VERSION }} - name: Install asciidoctor @@ -709,7 +709,7 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - name: Setup ruby - uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f # v1.206.0 + uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0 with: ruby-version: ${{ env.RUBY_VERSION }} - name: Install asciidoctor