From e5e717b18662da00e4d2dbc6dbd7e29a8fdfbd6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 00:30:20 +0000 Subject: [PATCH] chore(deps): update ghcr.io/runatlantis/testing-env:latest docker digest to fc9508e in .github/workflows/test.yml (main) (#4696) 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 685408fd3..8f3b8e7e0 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:82a8cfe34cbf879006bfb3f4252bbeb031291212be0c689c1cc230fc395d0fbf + container: ghcr.io/runatlantis/testing-env:latest@sha256:fc9508e90a25fe8e16ef48f6cb9fd1e4c63e23e5e6c6fa385ab463fdd3c129f4 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4