From d9a0a83ce00ae89dbfa44552593a867565520b2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 06:56:20 +0000 Subject: [PATCH] chore(deps): bump docker/cagent-action in the github-actions group Bumps the github-actions group with 1 update: [docker/cagent-action](https://github.com/docker/cagent-action). Updates `docker/cagent-action` from 1.2.11 to 1.2.13 - [Release notes](https://github.com/docker/cagent-action/releases) - [Commits](https://github.com/docker/cagent-action/compare/b6e1c73e1bb475e840842b1f43a4647fcb16b495...3a12dbd0c6cd7dda3d4e05f24f0143c9701456de) --- updated-dependencies: - dependency-name: docker/cagent-action dependency-version: 1.2.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8113b9c1..f25a0be2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -167,7 +167,7 @@ jobs: fetch-depth: 0 - name: Generate release notes - uses: docker/cagent-action@b6e1c73e1bb475e840842b1f43a4647fcb16b495 + uses: docker/cagent-action@3a12dbd0c6cd7dda3d4e05f24f0143c9701456de with: agent: .github/agents/release-notes-generator.yaml anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}