From 79744a5e2547029fe70fbcfffc55ee071c930a80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:52:32 -0400 Subject: [PATCH] chore(deps): update ghcr.io/runatlantis/testing-env:latest docker digest to c4ef1ff in .github/workflows/test.yml (main) (#4656) 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 46f95b620..5078d3511 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: if: needs.changes.outputs.should-run-tests == 'true' name: Tests runs-on: ubuntu-22.04 - container: ghcr.io/runatlantis/testing-env:latest@sha256:74fb8d02c8a4dc3a1e330b8347ea9bd18039af4a4103fbd813c9ec65e40b480c + container: ghcr.io/runatlantis/testing-env:latest@sha256:c4ef1ffa5b652183565c8c89677e11691b333a5d59fd3d85e7032f432bc66c9a steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4