Skip to content

Commit 5a79103

Browse files
authored
ruby 2.7 -> 3.3 in pages-deploy.yml
1 parent d5319ea commit 5a79103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Ruby
2323
uses: ruby/setup-ruby@v1
2424
with:
25-
ruby-version: 2.7
25+
ruby-version: 3.3
2626
bundler-cache: true
2727

2828
- name: Check baseurl

0 commit comments

Comments
 (0)