diff --git a/.github/actions/install-deps/action.yml b/.github/actions/install-deps/action.yml index 831d2bea10..524b190fa7 100644 --- a/.github/actions/install-deps/action.yml +++ b/.github/actions/install-deps/action.yml @@ -32,7 +32,7 @@ runs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.7 + ruby-version: 3.4.8 bundler-cache: true - uses: actions/setup-java@v5 diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index e12f658813..499785098c 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -38,7 +38,7 @@ jobs: # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0 uses: ruby/setup-ruby@v1 with: - ruby-version: "3.4.7" # Not needed with a .ruby-version file + ruby-version: "3.4.8" # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically cache-version: 0 # Increment this number if you need to re-download cached gems - name: Setup Pages diff --git a/.github/workflows/feed.yml b/.github/workflows/feed.yml index 2a658d3b04..8c8117ab10 100644 --- a/.github/workflows/feed.yml +++ b/.github/workflows/feed.yml @@ -27,7 +27,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.7 + ruby-version: 3.4.8 bundler-cache: false - name: Build site