From 91c0a557e6bb2d32906c72e9b69edacab89f71a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 01:42:59 +0000 Subject: [PATCH] build(deps): bump docker/cagent-action from 1.0.7 to 1.1.0 Bumps [docker/cagent-action](https://github.com/docker/cagent-action) from 1.0.7 to 1.1.0. - [Release notes](https://github.com/docker/cagent-action/releases) - [Commits](https://github.com/docker/cagent-action/compare/v1.0.7...v1.1.0) --- updated-dependencies: - dependency-name: docker/cagent-action dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/agent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index daa582141986..864f76671663 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -25,7 +25,7 @@ jobs: run: npm ci - name: Run agent - uses: docker/cagent-action@v1.0.7 + uses: docker/cagent-action@v1.1.0 timeout-minutes: 15 with: cagent-version: v1.15.5