Skip to content

Commit f5f34e5

Browse files
Fully bust setup-ruby github action cache
1 parent 4356311 commit f5f34e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: ruby/setup-ruby@v1
3636
with:
3737
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
38-
cache-version: 1 # Increment this number if you need to re-download cached gems
38+
cache-version: 2 # Increment this number if you need to re-download cached gems
3939
- name: Setup Pages
4040
id: pages
4141
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)