diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 583f084..2f466e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: strategy: matrix: os: [ubuntu, macos, windows] - version: ["", 827102, 120, dev] + version: ["", 1295939, 120, dev] runs-on: ${{ matrix.os }}-latest steps: - uses: actions/download-artifact@v4 diff --git a/README.md b/README.md index ee65467..b87398a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ steps: The action supports the following version formats: - The latest snapshot `latest` (default). -- Commit positions like `848897`. You can find commit positions from [here][snapshots]. +- Commit positions like `1295939`. You can find commit positions from [here][snapshots]. - Google Chrome release channels: `stable`, `beta`, `dev` and `canary` - Specific versions: `119`, `120.0.6099`, `121.0.6100.0`. The version are resolved by [Chrome for Testing][].