From 517be12b79fafa53250d0e8ba7bbbb3f0fc10dd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 20:52:18 +0000 Subject: [PATCH] ci(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [inference-gateway/.github/.github/workflows/claude.yml](https://github.com/inference-gateway/.github) and [inference-gateway/.github/.github/workflows/infer.yml](https://github.com/inference-gateway/.github). Updates `inference-gateway/.github/.github/workflows/claude.yml` from 0.7.11 to 0.7.12 - [Release notes](https://github.com/inference-gateway/.github/releases) - [Changelog](https://github.com/inference-gateway/.github/blob/main/CHANGELOG.md) - [Commits](https://github.com/inference-gateway/.github/compare/v0.7.11...v0.7.12) Updates `inference-gateway/.github/.github/workflows/infer.yml` from 0.7.11 to 0.7.12 - [Release notes](https://github.com/inference-gateway/.github/releases) - [Changelog](https://github.com/inference-gateway/.github/blob/main/CHANGELOG.md) - [Commits](https://github.com/inference-gateway/.github/compare/v0.7.11...v0.7.12) --- updated-dependencies: - dependency-name: inference-gateway/.github/.github/workflows/claude.yml dependency-version: 0.7.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: inference-gateway/.github/.github/workflows/infer.yml dependency-version: 0.7.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/claude.yml | 2 +- .github/workflows/infer.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 81a3c4a..571c36e 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -43,7 +43,7 @@ jobs: issues: write id-token: write actions: read - uses: inference-gateway/.github/.github/workflows/claude.yml@v0.7.11 + uses: inference-gateway/.github/.github/workflows/claude.yml@v0.7.12 with: language: "python" prompt: ${{ inputs.prompt }} diff --git a/.github/workflows/infer.yml b/.github/workflows/infer.yml index 0809628..b8e5a39 100644 --- a/.github/workflows/infer.yml +++ b/.github/workflows/infer.yml @@ -39,7 +39,7 @@ jobs: contents: write pull-requests: write issues: write - uses: inference-gateway/.github/.github/workflows/infer.yml@v0.7.11 + uses: inference-gateway/.github/.github/workflows/infer.yml@v0.7.12 with: language: "python" prompt: ${{ inputs.prompt }}