diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-05-08 17:58:31 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-08 17:58:31 +0200 |
| commit | 07087ff6efa453e57dfd697bcf11989c659a9afd (patch) | |
| tree | 5de2489d0c470860e3e9570a1168f20af40e5189 /.github | |
| parent | 9d914fc6a56e3895d958b08aa581f37267ce5b10 (diff) | |
| download | faker-07087ff6efa453e57dfd697bcf11989c659a9afd.tar.xz faker-07087ff6efa453e57dfd697bcf11989c659a9afd.zip | |
chore(deps): update cypress/browsers docker tag to v24 (#3507)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d463df9b..0f825b00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: e2e-test: runs-on: ubuntu-latest container: - image: cypress/browsers:22.14.0@sha256:55119cf831abaff1d4a66cfcdcd617a9dedf5a6183ec2272e24bf657db5f1ce5 + image: cypress/browsers:24.0.0@sha256:fe122441daa9ac524d5ea50da485f240fd2f037b3352fc4dfafe561cfc65cb18 options: --user 1001 timeout-minutes: 10 name: 'E2E Doc Test: node-22, ubuntu-latest' |
