Skip to content

Commit

Permalink
Specifies faraday version (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedefernandez authored Mar 1, 2024
1 parent a6ca22d commit 5c37e2a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
types: [published]
repository_dispatch:
types: [docs]
workflow_dispatch:

jobs:
documentation:
Expand All @@ -30,8 +31,10 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
- name: Setup faraday-net_http
run: gem install faraday-net_http -v 3.0.2
- name: Setup faraday
run: |
gem install faraday -v 2.8.1
gem install faraday-net_http -v 3.0.2
- name: Setup github-changelog-generator
run: gem install github_changelog_generator -v 1.15.0
- name: Setup yq
Expand Down

0 comments on commit 5c37e2a

Please sign in to comment.