Skip to content

Commit

Permalink
update setup-ruby action to fix #15
Browse files Browse the repository at this point in the history
  • Loading branch information
delocalizer committed Dec 12, 2024
1 parent b220817 commit f74a990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
ref: ${{ github.event.inputs.branch }}

- name: Setup Ruby
uses: ruby/setup-ruby@v1.127.0
uses: ruby/setup-ruby@v1.203.0
with:
ruby-version: '3.1'
bundler-cache: true
Expand Down

0 comments on commit f74a990

Please sign in to comment.