しばらく更新されてなかったので修正した。

Cache restored successfully
Found cache for key: setup-ruby-bundler-cache-v6-ubuntu-24.04-x64-ruby-3.4.10-wd-/home/runner/work/makietan.github.io/makietan.github.io-with--without--only--Gemfile.lock-XXX
/opt/hostedtoolcache/Ruby/3.4.10/x64/bin/bundle install --jobs 4
Fetching gem metadata from https://rubygems.org/.........
nokogiri-1.15.7-x86_64-linux requires ruby version < 3.3.dev, >= 2.7, which is
incompatible with the current version, 3.4.10
Error: The process '/opt/hostedtoolcache/Ruby/3.4.10/x64/bin/bundle' failed with exit code 5

原因は nokogiri のバージョンが古く、Ruby 3.4.10 では動作しないことでした。

nokogiri の最新バージョンに更新することで解決。

こういうのは自動で Pull Request を作ってくれると助かるのだけど…。

Ruby のバージョンも 4 に更新しないとな。