Skip to content

Commit be16da3

Browse files
authored
Bump firefox and geckodriver (#127)
* Bump firefox from 111.0.1 to 130.0 * Bump geckodriver from 0.32.2 to 0.35.0 * Update changelog
1 parent 30ab24f commit be16da3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/head.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
- name: Setup Firefox
2727
uses: browser-actions/setup-firefox@v1
2828
with:
29-
firefox-version: "111.0.1"
29+
firefox-version: "130.0"
3030
- uses: browser-actions/setup-geckodriver@latest
3131
with:
32-
geckodriver-version: "0.32.2"
32+
geckodriver-version: "0.35.0"
3333
- uses: coactions/setup-xvfb@v1
3434
with:
3535
run: bundle exec rake spec

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
- name: Setup Firefox
3535
uses: browser-actions/setup-firefox@v1
3636
with:
37-
firefox-version: "111.0.1"
37+
firefox-version: "130.0"
3838
- uses: browser-actions/setup-geckodriver@latest
3939
with:
40-
geckodriver-version: "0.32.2"
40+
geckodriver-version: "0.35.0"
4141
- uses: coactions/setup-xvfb@v1
4242
with:
4343
run: bundle exec rake spec

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

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

78
### 0.5.0 (2024/04/06)

0 commit comments

Comments
 (0)