From 20e34f7656e2d396647244fd221f56927fda9e0c Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Fri, 3 May 2024 15:25:17 +0900 Subject: [PATCH] chore: bump snapshot version in the test (#531) Fix failed tests on CI https://github.com/browser-actions/setup-chrome/actions/runs/8924654501/job/24511479711 ``` Setup chromium 827102 Attempting to download 827102... Acquiring 827102 from https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Mac_Arm%2F827102%2Fchrome-mac.zip?alt=media Error: Unexpected HTTP response: 404 ``` --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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][].