We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc4fd5 commit a6ca22dCopy full SHA for a6ca22d
2 files changed
.github/workflows/docs.yml
@@ -30,6 +30,8 @@ jobs:
30
uses: ruby/setup-ruby@v1
31
with:
32
ruby-version: .ruby-version
33
+ - name: Setup faraday-net_http
34
+ run: gem install faraday-net_http -v 3.0.2
35
- name: Setup github-changelog-generator
36
run: gem install github_changelog_generator -v 1.15.0
37
- name: Setup yq
.ruby-version
@@ -1 +1 @@
1
-3.2.2
+2.7.2
0 commit comments