diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 492de90..d45c5a0 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -43,7 +43,7 @@ jobs: with: ruby-version: '3.3.6' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically - cache-version: 2 # Increment this number if you need to re-download cached gems + cache-version: 3 # Increment this number if you need to re-download cached gems - name: Setup Pages id: pages uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0