diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd1155c..3c27e27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - name: Install Homebrew Packages run: brew install lapack openblas # for classifier-reborn - name: Setup Ruby - uses: ruby/setup-ruby@v1.196.0 + uses: ruby/setup-ruby@v1.197.0 with: bundler-cache: true - name: Build the site