Skip to content

Commit 83361c6

Browse files
authored
Update setup/ruby used in gh-pages workflow because it is failing on ci (#1017)
1 parent f4404bd commit 83361c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424
- name: Setup Ruby
25-
uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # v1.175.1
25+
uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # v1.196.0
2626
with:
2727
ruby-version: "3.3"
2828
bundler-cache: true

0 commit comments

Comments
 (0)