Skip to content

Commit 88d9dea

Browse files
committed
remove cache version
1 parent 90d048a commit 88d9dea

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
- name: Setup Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: '3.3' # Not needed with a .ruby-version file
18+
ruby-version: '3.4' # Not needed with a .ruby-version file
1919
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
20-
cache-version: 0 # Increment this number if you need to re-download cached gems
2120
- name: Build with Jekyll
2221
run: bundle exec jekyll build

.github/workflows/pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ jobs:
3434
- name: Setup Ruby
3535
uses: ruby/setup-ruby@v1
3636
with:
37-
ruby-version: '3.1' # Not needed with a .ruby-version file
37+
ruby-version: '3.4' # Not needed with a .ruby-version file
3838
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
39-
cache-version: 0 # Increment this number if you need to re-download cached gems
4039
- name: Setup Pages
4140
id: pages
4241
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)