From 9afbd84505053f6cfc76c669844ee1b1b6a8a2c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:32:04 +0000 Subject: [PATCH] =?UTF-8?q?feat(deps):=20update=20dependency=20apm-cli=20(?= =?UTF-8?q?=200.25.0=20=E2=9E=94=200.26.0=20)=20[automerge]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/apm-materialize.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apm-materialize.yml b/.github/workflows/apm-materialize.yml index 61b863a..63bdd8a 100644 --- a/.github/workflows/apm-materialize.yml +++ b/.github/workflows/apm-materialize.yml @@ -78,7 +78,7 @@ jobs: if: steps.precheck.outputs.skip != 'true' env: # renovate: datasource=pypi depName=apm-cli - apm_cli_version: "0.25.0" + apm_cli_version: "0.26.0" run: | set -euo pipefail # ubuntu-24.04 ships python3 + pip; install the pinned apm-cli for this user.