From e97a35ce288ee4c49609521cc07a81b5e4ca4a69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:55:18 +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.5.4 to 1.5.5 - [Release notes](https://github.com/docker/cagent-action/releases) - [Commits](https://github.com/docker/cagent-action/compare/3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b...367a30ddb41e0156459d03750f508eac03f3c38a) --- updated-dependencies: - dependency-name: docker/cagent-action dependency-version: 1.5.5 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 6d69fcbdb..cc735c184 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -165,7 +165,7 @@ jobs: fetch-depth: 0 - name: Generate release notes - uses: docker/cagent-action@3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b + uses: docker/cagent-action@367a30ddb41e0156459d03750f508eac03f3c38a with: agent: .github/agents/release-notes-generator.yaml anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}