diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5912c2..088ddf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Configure git run: 'git config --global init.defaultBranch main' - uses: actions/checkout@v4.1.7 - - uses: ruby/setup-ruby@v1.187.0 + - uses: ruby/setup-ruby@v1.188.0 with: ruby-version: '3.2.2' - run: bundle