Skip to content

Commit

Permalink
chore(deps): update browser-actions/setup-firefox action to v1.3.0 (#…
Browse files Browse the repository at this point in the history
…3619)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent 15c9c08 commit b01589a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ jobs:
node-version-file: test/e2e/.node-version
cache: npm
cache-dependency-path: test/e2e/package-lock.json
- uses: browser-actions/setup-firefox@v1.2.0
- uses: browser-actions/setup-firefox@v1.3.0
if: matrix.browser_name == 'firefox'
with:
firefox-version: ${{ matrix.browser_version }}
Expand Down Expand Up @@ -361,7 +361,7 @@ jobs:
node-version-file: test/e2e/.node-version
cache: npm
cache-dependency-path: test/e2e/package-lock.json
- uses: browser-actions/setup-firefox@v1.2.0
- uses: browser-actions/setup-firefox@v1.3.0
if: matrix.browser_name == 'firefox'
with:
firefox-version: ${{ matrix.browser_version }}
Expand Down Expand Up @@ -462,7 +462,7 @@ jobs:
node-version-file: test/e2e/.node-version
cache: npm
cache-dependency-path: test/e2e/package-lock.json
- uses: browser-actions/setup-firefox@v1.2.0
- uses: browser-actions/setup-firefox@v1.3.0
if: matrix.browser_name == 'firefox'
with:
firefox-version: ${{ matrix.browser_version }}
Expand Down Expand Up @@ -490,7 +490,7 @@ jobs:
node-version-file: test/e2e/.node-version
cache: npm
cache-dependency-path: test/e2e/package-lock.json
- uses: browser-actions/setup-firefox@v1.2.0
- uses: browser-actions/setup-firefox@v1.3.0
if: matrix.browser_name == 'firefox'
with:
firefox-version: ${{ matrix.browser_version }}
Expand Down

0 comments on commit b01589a

Please sign in to comment.