From cecf62d8f2333789f8e52e39f433074a1206c9c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 04:09:32 +0000 Subject: [PATCH] build(deps): bump docker/cagent-action from 1.1.0 to 1.1.2 Bumps [docker/cagent-action](https://github.com/docker/cagent-action) from 1.1.0 to 1.1.2. - [Release notes](https://github.com/docker/cagent-action/releases) - [Commits](https://github.com/docker/cagent-action/compare/v1.1.0...v1.1.2) --- updated-dependencies: - dependency-name: docker/cagent-action dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 3fc795c95e..e41d069ea9 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.1.0 + uses: docker/cagent-action@v1.1.2 timeout-minutes: 15 with: cagent-version: v1.20.3