diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 088ddf3..314f718 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.188.0 + - uses: ruby/setup-ruby@v1.190.0 with: ruby-version: '3.2.2' - run: bundle