From 9f2f21eb5e2a427bd52bd234f916a19804317d83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 11:09:26 +0000 Subject: [PATCH] ci: bump actions/ai-inference in the github-actions group Bumps the github-actions group with 1 update: [actions/ai-inference](https://github.com/actions/ai-inference). Updates `actions/ai-inference` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/actions/ai-inference/releases) - [Commits](https://github.com/actions/ai-inference/compare/17ff458cb182449bbb2e43701fcd98f6af8f6570...a7805884c80886efc241e94a5351df715968a0ad) --- updated-dependencies: - dependency-name: actions/ai-inference dependency-version: 2.1.1 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 721cc00a..7a623b6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -189,7 +189,7 @@ jobs: - name: Generate AI changelog id: ai-changelog - uses: actions/ai-inference@17ff458cb182449bbb2e43701fcd98f6af8f6570 # v2.1.0 + uses: actions/ai-inference@a7805884c80886efc241e94a5351df715968a0ad # v2.1.1 continue-on-error: true with: prompt-file: /tmp/prompt.yml