diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-03-12 20:10:05 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-12 20:10:05 +0000 |
| commit | 489f3477fdf2931dcfaba47776ae22bd3d278c5a (patch) | |
| tree | a6dc12e71907431038d5359658b032c318ddb636 | |
| parent | b3b0d49fc30919e43f1d3db62e232f4a8c87e804 (diff) | |
| download | faker-489f3477fdf2931dcfaba47776ae22bd3d278c5a.tar.xz faker-489f3477fdf2931dcfaba47776ae22bd3d278c5a.zip | |
chore(deps): pin cypress/browsers docker tag to cd90991 (#2741)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -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 6efecba3..bdbfeb3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: e2e-test: runs-on: ubuntu-latest container: - image: cypress/browsers:node-20.6.1-chrome-116.0.5845.187-1-ff-117.0-edge-116.0.1938.76-1 + image: cypress/browsers:node-20.6.1-chrome-116.0.5845.187-1-ff-117.0-edge-116.0.1938.76-1@sha256:cd909915e1a0aa24dbd3eaf95feb2a7be6cf9961fa425ffa06cd5a44d211451c options: --user 1001 timeout-minutes: 10 name: 'E2E Doc Test: node-20, ubuntu-latest' |
