Skip to content

Commit

Permalink
chore: bump snapshot version in the test (#531)
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
ueokande authored May 3, 2024
1 parent 77fb68f commit 20e34f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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][].

Expand Down

0 comments on commit 20e34f7

Please sign in to comment.