From 7d9fa45e31ac9c9c5be6d8c670ca014bc9f68c3d Mon Sep 17 00:00:00 2001 From: "Hugo de Brito V. R. Alves" Date: Thu, 16 Nov 2023 09:47:43 -0300 Subject: [PATCH] Update pipeline.yaml Update AZP_AGENT and BUILDKIT --- .github/workflows/pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 9ee0de24..f4d1e315 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -27,7 +27,7 @@ env: # https://npmjs.com/package/snyk?activeTab=versions SNYK_VERSION: 1.1221.0 # https://github.com/microsoft/azure-pipelines-agent/releases - AZP_AGENT_VERSION: 3.225.0 + AZP_AGENT_VERSION: 3.230.0 # https://github.com/PowerShell/PowerShell/releases POWERSHELL_VERSION: 7.2.13 # https://github.com/krallin/tini/releases @@ -39,7 +39,7 @@ env: # https://github.com/rootless-containers/rootlesskit/releases ROOTLESSKIT_VERSION: 1.1.1 # https://github.com/moby/buildkit/releases - BUILDKIT_VERSION: 0.12.2 + BUILDKIT_VERSION: 0.12.3 # https://github.com/Azure/azure-cli/releases AZURE_CLI_VERSION: 2.51.0 # https://github.com/stedolan/jq/releases