Skip to content

Commit 5c37e2a

Browse files
Specifies faraday version (#908)
1 parent a6ca22d commit 5c37e2a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
types: [published]
1010
repository_dispatch:
1111
types: [docs]
12+
workflow_dispatch:
1213

1314
jobs:
1415
documentation:
@@ -30,8 +31,10 @@ jobs:
3031
uses: ruby/setup-ruby@v1
3132
with:
3233
ruby-version: .ruby-version
33-
- name: Setup faraday-net_http
34-
run: gem install faraday-net_http -v 3.0.2
34+
- name: Setup faraday
35+
run: |
36+
gem install faraday -v 2.8.1
37+
gem install faraday-net_http -v 3.0.2
3538
- name: Setup github-changelog-generator
3639
run: gem install github_changelog_generator -v 1.15.0
3740
- name: Setup yq

0 commit comments

Comments
 (0)