Skip to content

Commit 7e82afe

Browse files
committed
bump versions in github action
1 parent 966657a commit 7e82afe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
- name: Setup Ruby
3636
uses: ruby/setup-ruby@v1
3737
with:
38-
ruby-version: '2.6' # Not needed with a .ruby-version file
38+
ruby-version: '3.2.3' # Not needed with a .ruby-version file
3939
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
40+
cache-version: 3 # Increment this number if you need to re-download cached gems
4141
- name: Setup Pages
4242
id: pages
4343
uses: actions/configure-pages@v2

0 commit comments

Comments
 (0)