Skip to content

Commit

Permalink
Bump firefox and geckodriver (#127)
Browse files Browse the repository at this point in the history
* Bump firefox from 111.0.1 to 130.0

* Bump geckodriver from 0.32.2 to 0.35.0

* Update changelog
  • Loading branch information
padde authored Sep 24, 2024
1 parent 30ab24f commit be16da3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Setup Firefox
uses: browser-actions/setup-firefox@v1
with:
firefox-version: "111.0.1"
firefox-version: "130.0"
- uses: browser-actions/setup-geckodriver@latest
with:
geckodriver-version: "0.32.2"
geckodriver-version: "0.35.0"
- uses: coactions/setup-xvfb@v1
with:
run: bundle exec rake spec
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
- name: Setup Firefox
uses: browser-actions/setup-firefox@v1
with:
firefox-version: "111.0.1"
firefox-version: "130.0"
- uses: browser-actions/setup-geckodriver@latest
with:
geckodriver-version: "0.32.2"
geckodriver-version: "0.35.0"
- uses: coactions/setup-xvfb@v1
with:
run: bundle exec rake spec
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* [#124](https://github.com/ruby-grape/grape-swagger-rails/pull/124): Rails 7 compatibility - [@padde](https://github.com/padde).
* [#125](https://github.com/ruby-grape/grape-swagger-rails/pull/125): Add rails versions to CI matrix - [@padde](https://github.com/padde).
* [#127](https://github.com/ruby-grape/grape-swagger-rails/pull/127): Bump Firefox and geckodriver - [@padde](https://github.com/padde).
* Your contribution here.

### 0.5.0 (2024/04/06)
Expand Down

0 comments on commit be16da3

Please sign in to comment.