From 658f00fa2dc3bba72f064c34d03125bc22917628 Mon Sep 17 00:00:00 2001 From: "mazi-renovate[bot]" <161091290+mazi-renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:54:31 +0900 Subject: [PATCH] ci(deps): bump moby/buildkit from 0.18.1 to 0.18.2 (#1091) | datasource | package | from | to | | --------------- | ------------- | ------- | ------- | | github-releases | moby/buildkit | v0.18.1 | v0.18.2 | Co-authored-by: mazi-renovate[bot] <161091290+mazi-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 5db622236..eacff264e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ env: # renovate: datasource=github-releases depName=docker/buildx BUILDX_VERSION: v0.19.3 # renovate: datasource=github-releases depName=moby/buildkit - BUILDKIT_VERSION: v0.18.1 + BUILDKIT_VERSION: v0.18.2 jobs: test: