From 84b8ba682cd5bfd6ced0f89213bd63cb57d12b3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 08:30:33 +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.4.3 to 1.5.1 - [Release notes](https://github.com/docker/cagent-action/releases) - [Commits](https://github.com/docker/cagent-action/compare/ec4865576952df6285652f2cf8ffb4ad45ff5f80...0498757af1c50b084f763d626f571918cf317509) --- updated-dependencies: - dependency-name: docker/cagent-action dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-minor 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 9ea946fe..02598e7d 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@ec4865576952df6285652f2cf8ffb4ad45ff5f80 + uses: docker/cagent-action@0498757af1c50b084f763d626f571918cf317509 with: agent: .github/agents/release-notes-generator.yaml anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}