From a030ff4acfe07ffb65d27b33218c67bf557dcf52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 09:34:22 +0000 Subject: [PATCH] chore(deps): update jacobpevans/ai-workflows action to v0.12.10 --- .github/workflows/dogfood-best-practices.yml | 2 +- .github/workflows/dogfood-ci.yml | 2 +- .github/workflows/dogfood-issue-hygiene.yml | 2 +- .github/workflows/dogfood-issue-sweeper.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dogfood-best-practices.yml b/.github/workflows/dogfood-best-practices.yml index 3e56d09..27f3459 100644 --- a/.github/workflows/dogfood-best-practices.yml +++ b/.github/workflows/dogfood-best-practices.yml @@ -12,5 +12,5 @@ permissions: pull-requests: read jobs: best-practices: - uses: JacobPEvans/ai-workflows/.github/workflows/best-practices.yml@v0.12.9 + uses: JacobPEvans/ai-workflows/.github/workflows/best-practices.yml@v0.12.10 secrets: inherit diff --git a/.github/workflows/dogfood-ci.yml b/.github/workflows/dogfood-ci.yml index 83fc104..f75526a 100644 --- a/.github/workflows/dogfood-ci.yml +++ b/.github/workflows/dogfood-ci.yml @@ -23,7 +23,7 @@ permissions: jobs: ci-suite: - uses: JacobPEvans/ai-workflows/.github/workflows/suite-ci.yml@v0.12.9 + uses: JacobPEvans/ai-workflows/.github/workflows/suite-ci.yml@v0.12.10 with: repo_context: "Reusable GitHub Actions workflows for AI-powered CI/CD automation (prompts, scripts, YAML workflows)" ci_structure: "test.yml (bun test for JavaScript scripts)" diff --git a/.github/workflows/dogfood-issue-hygiene.yml b/.github/workflows/dogfood-issue-hygiene.yml index 7585bfe..49f0c2e 100644 --- a/.github/workflows/dogfood-issue-hygiene.yml +++ b/.github/workflows/dogfood-issue-hygiene.yml @@ -12,5 +12,5 @@ permissions: pull-requests: read jobs: hygiene: - uses: JacobPEvans/ai-workflows/.github/workflows/issue-hygiene.yml@v0.12.9 + uses: JacobPEvans/ai-workflows/.github/workflows/issue-hygiene.yml@v0.12.10 secrets: inherit diff --git a/.github/workflows/dogfood-issue-sweeper.yml b/.github/workflows/dogfood-issue-sweeper.yml index 0428a9f..d77d568 100644 --- a/.github/workflows/dogfood-issue-sweeper.yml +++ b/.github/workflows/dogfood-issue-sweeper.yml @@ -12,5 +12,5 @@ permissions: pull-requests: read jobs: sweep: - uses: JacobPEvans/ai-workflows/.github/workflows/issue-sweeper.yml@v0.12.9 + uses: JacobPEvans/ai-workflows/.github/workflows/issue-sweeper.yml@v0.12.10 secrets: inherit