From 2c4bf1405a2e7350bd0d399a48283af95bd83ecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:57:44 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 5 updates Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `8.1.0` | `8.1.1` | | [docker/bake-action](https://github.com/docker/bake-action) | `7.0.0` | `7.1.0` | | [docker/cagent-action](https://github.com/docker/cagent-action) | `1.3.2` | `1.3.4` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `7.0.0` | `7.1.0` | Updates `peter-evans/create-pull-request` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/c0f553fe549906ede9cf27b5156039d195d2ece0...5f6978faf089d4d20b00c7766989d076bb2fc7f1) Updates `docker/bake-action` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/82490499d2e5613fcead7e128237ef0b0ea210f7...a66e1c87e2eca0503c343edf1d208c716d54b8a8) Updates `docker/cagent-action` from 1.3.2 to 1.3.4 - [Release notes](https://github.com/docker/cagent-action/releases) - [Commits](https://github.com/docker/cagent-action/compare/b4ccf4cc94f5b34d1760709012c40975f6def2d1...f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f) Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) Updates `docker/build-push-action` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/d08e5c354a6adb9ed34480a06d141179aa583294...bcafcacb16a39f128d818304e6c9c0c18556b85f) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: docker/bake-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/cagent-action dependency-version: 1.3.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-llamacpp.yml | 2 +- .github/workflows/cli-validate.yml | 4 ++-- .github/workflows/release.yml | 22 +++++++++++----------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/bump-llamacpp.yml b/.github/workflows/bump-llamacpp.yml index 1cf9f212f..280766c36 100644 --- a/.github/workflows/bump-llamacpp.yml +++ b/.github/workflows/bump-llamacpp.yml @@ -44,7 +44,7 @@ jobs: - name: Create pull request if: steps.bump.outputs.changed == 'true' - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 with: token: ${{ secrets.GITHUB_TOKEN }} sign-commits: 'true' diff --git a/.github/workflows/cli-validate.yml b/.github/workflows/cli-validate.yml index 11c2da760..5313b3e95 100644 --- a/.github/workflows/cli-validate.yml +++ b/.github/workflows/cli-validate.yml @@ -35,7 +35,7 @@ jobs: - name: Generate matrix id: generate - uses: docker/bake-action/subaction/matrix@82490499d2e5613fcead7e128237ef0b0ea210f7 + uses: docker/bake-action/subaction/matrix@a66e1c87e2eca0503c343edf1d208c716d54b8a8 with: files: ./cmd/cli/docker-bake.hcl target: validate @@ -59,7 +59,7 @@ jobs: buildkitd-flags: --debug - name: Validate - uses: docker/bake-action@82490499d2e5613fcead7e128237ef0b0ea210f7 # v7 + uses: docker/bake-action@a66e1c87e2eca0503c343edf1d208c716d54b8a8 # v7 with: files: ./cmd/cli/docker-bake.hcl targets: ${{ matrix.target }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69157505e..3fb1f17d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -158,7 +158,7 @@ jobs: fetch-depth: 0 - name: Generate release notes - uses: docker/cagent-action@b4ccf4cc94f5b34d1760709012c40975f6def2d1 + uses: docker/cagent-action@f4853bda35d5232d0eaf6fb95ec4ad33ba1c763f with: agent: .github/agents/release-notes-generator.yaml anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }} @@ -186,7 +186,7 @@ jobs: cat release-notes.md - name: Upload release notes - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: name: release-notes path: release-notes.md @@ -292,7 +292,7 @@ jobs: install: true - name: Build CPU image - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f with: file: Dockerfile target: final-llamacpp @@ -306,7 +306,7 @@ jobs: tags: ${{ steps.tags.outputs.cpu }} - name: Build CUDA image - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f with: file: Dockerfile target: final-llamacpp @@ -322,7 +322,7 @@ jobs: tags: ${{ steps.tags.outputs.cuda }} - name: Build vLLM CUDA image - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f with: file: Dockerfile target: final-vllm @@ -339,7 +339,7 @@ jobs: tags: ${{ steps.tags.outputs.vllm-cuda }} - name: Build SGLang CUDA image - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f with: file: Dockerfile target: final-sglang @@ -356,7 +356,7 @@ jobs: tags: ${{ steps.tags.outputs.sglang-cuda }} - name: Build ROCm image - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f with: file: Dockerfile target: final-llamacpp @@ -373,7 +373,7 @@ jobs: - name: Build MUSA image if: ${{ env.BUILD_MUSA_CANN == 'true' }} - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f with: file: Dockerfile target: final-llamacpp @@ -390,7 +390,7 @@ jobs: - name: Build CANN image if: ${{ env.BUILD_MUSA_CANN == 'true' }} - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f with: file: Dockerfile target: final-llamacpp @@ -505,7 +505,7 @@ jobs: mv build.json.tmp build.json - name: Create pull request - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 with: token: ${{ secrets.CLI_RELEASE_PAT }} base: main @@ -597,7 +597,7 @@ jobs: - name: Create pull request if: steps.check-docs.outputs.changed == 'true' - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 with: token: ${{ secrets.DOCKER_DOCS }} base: main