From cd359f8e4aea399f992b77ad0ebaaa4556e586ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 03:53:53 +0000 Subject: [PATCH] chore(deps): update ghcr.io/runatlantis/testing-env:latest docker digest to 8a70d37 in .github/workflows/test.yml (main) (#4726) 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 58ea7ee6d..466487737 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-24.04 - container: ghcr.io/runatlantis/testing-env:latest@sha256:f3bb62b87c244e2dcc4d4e097f886352f83d243c07f5c5683a74712eb8126ae8 + container: ghcr.io/runatlantis/testing-env:latest@sha256:8a70d373fc8bb051b353f9744b636680bdb97c988c2518f4b9a7356b3524ccf9 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4