From 52e50a68fb385d2dc5c5c4983e8cdc36ca165e47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 00:23:03 +0000 Subject: [PATCH] chore(deps): update ghcr.io/runatlantis/testing-env:latest docker digest to 9468079 in .github/workflows/test.yml (main) (#4675) 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 35fccd207..f56d02dbb 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:6f57c8344f7bf34adfbbc37a0be46e5ffe62d1c7dd023d89b88ff86166d18094 + container: ghcr.io/runatlantis/testing-env:latest@sha256:94680793fcbe92923328ea27053e691f7a16d0daebe6616f353e48cb81b48438 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4