We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4356311 commit f5f34e5Copy full SHA for f5f34e5
1 file changed
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: ruby/setup-ruby@v1
36
with:
37
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
+ cache-version: 2 # Increment this number if you need to re-download cached gems
39
- name: Setup Pages
40
id: pages
41
uses: actions/configure-pages@v5
0 commit comments