From 17cc37fdad6e7fc92390294f9153e58e80e767fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 21:29:12 +0100 Subject: [PATCH] Update ghcr.io/everest/everest-ci/build-env-base Docker tag to v1.4.2 (#61) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- github-actions/run-clang-format/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-actions/run-clang-format/action.yaml b/github-actions/run-clang-format/action.yaml index 5b2a835..a1f6e03 100644 --- a/github-actions/run-clang-format/action.yaml +++ b/github-actions/run-clang-format/action.yaml @@ -19,7 +19,7 @@ inputs: default: 'always' runs: using: 'docker' - image: 'docker://ghcr.io/everest/everest-ci/build-env-base:v1.3.3' + image: 'docker://ghcr.io/everest/everest-ci/build-env-base:v1.4.2' args: - /usr/bin/run-clang-format - /github/workspace/${{ inputs.source-dir }}