From 43b151c3df29ae330df996b5f99d53e15ccdfe97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 00:18:22 +0000 Subject: [PATCH] chore(deps): update ghcr.io/runatlantis/testing-env:latest docker digest to 6f57c83 in .github/workflows/test.yml (main) (#4669) 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 5402975a3..35fccd207 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:447d61ab6c6440202cecd8bb299a2147dcad166387d544c327876be437575b6b + container: ghcr.io/runatlantis/testing-env:latest@sha256:6f57c8344f7bf34adfbbc37a0be46e5ffe62d1c7dd023d89b88ff86166d18094 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4