From 8ea9173786c8f2652097cab4995a1700ca24f166 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 07:56:45 +0200 Subject: [PATCH] chore(deps): update cypress/browsers:latest docker digest to b290f97 (#976) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 51c3f01c4..04b73386c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -291,7 +291,7 @@ jobs: matrix: containers: [1, 2, 3, 4] container: - image: cypress/browsers:latest@sha256:201bee8d17cb4ded4da0ac4432428206805fc4a905f33ebc3cc9c62c1f5877fd + image: cypress/browsers:latest@sha256:b290f975e7fc7ee22959b48f12e64c67793d9a9ad78cfbf97e59886f4fc58ee0 options: --user 1001 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4