Skip to content

Commit

Permalink
fix(github): fix ruby action for prs
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Feb 1, 2025
1 parent daa1008 commit 26c69ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.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@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # 1.215.0
with:
ruby-version: 3.2.2
bundler-cache: true
Expand Down

0 comments on commit 26c69ff

Please sign in to comment.