From f4b744795202b1665fb0ab82c01d7c1c0b92f5a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 06:56:37 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [docker/cagent-action](https://github.com/docker/cagent-action) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `docker/cagent-action` from 1.2.8 to 1.2.11 - [Release notes](https://github.com/docker/cagent-action/releases) - [Commits](https://github.com/docker/cagent-action/compare/96f9116d79166b7d9fe716bf9b6d0e50418386fd...b6e1c73e1bb475e840842b1f43a4647fcb16b495) Updates `actions/download-artifact` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c) --- updated-dependencies: - dependency-name: docker/cagent-action dependency-version: 1.2.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f7b788b..351d2456 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@96f9116d79166b7d9fe716bf9b6d0e50418386fd + uses: docker/cagent-action@b6e1c73e1bb475e840842b1f43a4647fcb16b495 with: agent: .github/agents/release-notes-generator.yaml anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }} @@ -638,7 +638,7 @@ jobs: contents: write steps: - name: Download release notes - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: release-notes