Skip to content

Commit ac72fca

Browse files
authored
fix: Use version for setup ruby
1 parent 2fecf1a commit ac72fca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: latest
3030
- name: Setup Ruby
31-
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42
31+
uses: ruby/setup-ruby@v1
3232
with:
3333
ruby-version: '3.1'
3434
bundler-cache: true

0 commit comments

Comments
 (0)