From 528878bb1a3484c07fec268313377245657d1331 Mon Sep 17 00:00:00 2001 From: "mazi-renovate[bot]" <161091290+mazi-renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 03:23:16 +0900 Subject: [PATCH] ci(deps): bump moby/buildkit from 0.16.0 to 0.17.0 (#1032) | datasource | package | from | to | | --------------- | ------------- | ------- | ------- | | github-releases | moby/buildkit | v0.16.0 | v0.17.0 | 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 062ed35fe..6ba712489 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.18.0 # renovate: datasource=github-releases depName=moby/buildkit - BUILDKIT_VERSION: v0.16.0 + BUILDKIT_VERSION: v0.17.0 jobs: test: