From 50860a62a190ec49797ee8749f31c5f84e05660f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 03:08:39 +0000 Subject: [PATCH] chore: update regex patch and minor --- .github/workflows/verify.yml | 4 ++-- scripts/agents/sync.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index d3b25c46..a14c009c 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -97,12 +97,12 @@ jobs: - name: Create semantic release uses: cycjimmy/semantic-release-action@b12c8f6015dc215fe37bc154d4ad456dd3833c90 # v6.0.0 with: - semantic_version: 25.0.8 + semantic_version: 25.0.9 extra_plugins: | @semantic-release/commit-analyzer@13.0.1 @semantic-release/release-notes-generator@14.1.1 @semantic-release/github@12.0.9 - conventional-changelog-conventionalcommits@10.2.1 + conventional-changelog-conventionalcommits@10.4.0 env: GITHUB_TOKEN: ${{ steps.release-bot.outputs.token }} GH_TOKEN: ${{ steps.release-bot.outputs.token }} diff --git a/scripts/agents/sync.ts b/scripts/agents/sync.ts index 01f64c8e..adcf1e57 100755 --- a/scripts/agents/sync.ts +++ b/scripts/agents/sync.ts @@ -20,7 +20,7 @@ import { export { type Runtime } from "./runtime.ts"; // renovate: datasource=npm depName=skills -export const DEFAULT_SKILLS_CLI_VERSION = "1.5.7"; +export const DEFAULT_SKILLS_CLI_VERSION = "1.5.23"; type Agent = "claude-code" | "codex";