Skip to content

Commit

Permalink
fix commit hash for setup-ruby in release pr workflow (#3524)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankpshah committed Jan 31, 2024
1 parent 46fb3c3 commit dabb4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ref: ${{ env.BASE_BRANCH }}
fetch-depth: 0
- name: Set up Ruby
uses: ruby/setup-ruby@b8d447ba7506ac7e0c8fbc50762276fb3b7df731 # v1
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
with:
ruby-version: 2.7
- name: Install dependencies
Expand Down

0 comments on commit dabb4bc

Please sign in to comment.