From b0c82ed08da8531de1441bfc92b9ee8daf98d940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 12:52:24 +0000 Subject: [PATCH] build(deps): bump docker/cagent-action from 1.0.3 to 1.0.4 Bumps [docker/cagent-action](https://github.com/docker/cagent-action) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/docker/cagent-action/releases) - [Commits](https://github.com/docker/cagent-action/compare/v1.0.3...v1.0.4) --- updated-dependencies: - dependency-name: docker/cagent-action dependency-version: 1.0.4 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 9b418b050d96..ee2be706dba8 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.3 + uses: docker/cagent-action@v1.0.4 timeout-minutes: 15 with: cagent-version: v1.15.5