Skip to content

Commit 0ceb0f2

Browse files
authored
Merge pull request #1017 from Moisan/pin_setup-ruby
workflows: pin setup-ruby action
2 parents f1fd14e + 21c5f35 commit 0ceb0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@main
1515

1616
- name: Install Ruby
17-
uses: ruby/setup-ruby@v1
17+
uses: ruby/setup-ruby@70da3bbf44ac06db1b0547ce2acc9380a5270d1e # v1.175.0
1818
with:
1919
ruby-version: "2.7"
2020
bundler-cache: true

0 commit comments

Comments
 (0)