# setup-firefox **Repository Path**: mirrors_gawel/setup-firefox ## Basic Information - **Project Name**: setup-firefox - **Description**: Set up your GitHub Actions workflow with a specific version of firefox - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-25 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![build-test](https://github.com/browser-actions/setup-firefox/workflows/build-test/badge.svg) # setup-firefox This action sets by Firefox for use in actions by: - downloading and caching a version of Firefox by version and add to PATH ## Usage See [action.yml](action.yml) Basic usage: ```yaml steps: - uses: browser-actions/setup-firefox@latest - run: firefox --version ``` ```yaml jobs: build: runs-on: ubuntu-latest strategy: matrix: firefox: [ '84.0', 'latest-esr', 'latest' ] name: Firefox ${{ matrix.firefox }} sample steps: - name: Setup firefox uses: browser-actionse/setup-firefox@latest with: firefox-version: ${{ matrix.firefox }} - run: firefox --version ``` ## License [MIT](LICENSE)