Skip to content

Commit 2e90da5

Browse files
committed
[build] do not pin setup-ruby to a specific commit
1 parent d6a6836 commit 2e90da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
fetch-tags: true
6969
ref: release-${{ github.event.inputs.version }}
7070
- name: Install Ruby
71-
uses: ruby/setup-ruby@d5fb7a202fc07872cb44f00ba8e6197b70cb0c55
71+
uses: ruby/setup-ruby@v1
7272
with:
7373
ruby-version: '3.1'
7474
working-directory: 'rb'

0 commit comments

Comments
 (0)