Skip to content

Commit

Permalink
[build] do not pin setup-ruby to a specific commit
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jun 18, 2024
1 parent d6a6836 commit 2e90da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
fetch-tags: true
ref: release-${{ github.event.inputs.version }}
- name: Install Ruby
uses: ruby/setup-ruby@d5fb7a202fc07872cb44f00ba8e6197b70cb0c55
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
working-directory: 'rb'
Expand Down

0 comments on commit 2e90da5

Please sign in to comment.