We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966657a commit 7e82afeCopy full SHA for 7e82afe
1 file changed
.github/workflows/pages.yml
@@ -35,9 +35,9 @@ jobs:
35
- name: Setup Ruby
36
uses: ruby/setup-ruby@v1
37
with:
38
- ruby-version: '2.6' # Not needed with a .ruby-version file
+ ruby-version: '3.2.3' # Not needed with a .ruby-version file
39
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
40
- 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
41
- name: Setup Pages
42
id: pages
43
uses: actions/configure-pages@v2
0 commit comments