From 646fcb89c1cbc8294ed2f86bcfc6036f20a2ccab Mon Sep 17 00:00:00 2001 From: Danny Colin Date: Thu, 23 Oct 2025 22:14:26 -0400 Subject: [PATCH] Bump cache version --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 0623158..558794f 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -39,7 +39,7 @@ jobs: with: ruby-version: '3.2' # 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 + cache-version: 1 # Increment this number if you need to re-download cached gems - name: Setup Pages id: pages uses: actions/configure-pages@v5