Skip to content

Commit

Permalink
fix(github): fix ruby action
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Jan 31, 2025
1 parent a0b53fc commit daa1008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0 # for posts's lastmod

- name: Setup Ruby
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # 1.115.3
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # 1.215.0
with:
ruby-version: 3.2.2
bundler-cache: true
Expand Down

0 comments on commit daa1008

Please sign in to comment.