Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump abhi1693/setup-browser from 0.3.4 to 0.3.5 #4

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Setup Firefox
uses: abhi1693/setup-browser@v0.3.4
uses: abhi1693/setup-browser@v0.3.5
with:
browser: firefox
version: ${{ matrix.version }}
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Setup Firefox
uses: abhi1693/setup-browser@v0.3.4
uses: abhi1693/setup-browser@v0.3.5
with:
browser: firefox
version: ${{ matrix.version }}
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Setup Firefox
uses: abhi1693/setup-browser@v0.3.4
uses: abhi1693/setup-browser@v0.3.5
with:
browser: firefox
version: latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Setup Fluxbox
run: sudo apt-get -y install fluxbox
- name: Setup Firefox
uses: abhi1693/setup-browser@v0.3.4
uses: abhi1693/setup-browser@v0.3.5
with:
browser: firefox
version: ${{ matrix.version }}
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Setup Fluxbox
run: sudo apt-get -y install fluxbox
- name: Setup Firefox
uses: abhi1693/setup-browser@v0.3.4
uses: abhi1693/setup-browser@v0.3.5
with:
browser: firefox
version: ${{ matrix.version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Setup Firefox
uses: abhi1693/setup-browser@v0.3.4
uses: abhi1693/setup-browser@v0.3.5
with:
browser: firefox
version: latest
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Setup Firefox
uses: abhi1693/setup-browser@v0.3.4
uses: abhi1693/setup-browser@v0.3.5
with:
browser: firefox
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get -y install fluxbox
- name: Setup Firefox
uses: abhi1693/setup-browser@v0.3.4
uses: abhi1693/setup-browser@v0.3.5
with:
browser: firefox
version: latest
Expand Down