From 393345b8bb682cbedfe5f06b5b2f77701a2676b0 Mon Sep 17 00:00:00 2001 From: Ilya Brin <464157+ilyabrin@users.noreply.github.com> Date: Sat, 25 May 2024 01:53:21 +0300 Subject: [PATCH] Update ci.yml fix typo in Ruby action 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 98b89d3..95a896e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@V1.177.0 + - uses: ruby/setup-ruby@v1.177.0 with: ruby-version: ${{ matrix.ruby }} # bundler-cache: true