Skip to content

Commit b68e255

Browse files
committed
fix(ci): bump plugin skill version and pin workflow actions
1 parent 17d103e commit b68e255

3 files changed

Lines changed: 14 additions & 5 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"name": "copilotkit",
1111
"description": "CopilotKit v2 skills (runtime, react-core, a2ui-renderer + 6 lifecycle journeys)",
12-
"version": "1.56.2",
12+
"version": "1.57.3",
1313
"source": "./",
1414
"author": {
1515
"name": "CopilotKit",

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "copilotkit",
33
"description": "CopilotKit v2 skills for Claude Code — runtime (core), react-core (framework), a2ui-renderer (framework), and 6 lifecycle journey skills (0-to-working-chat, spa-without-runtime, go-to-production, scale-to-multi-agent, v1-to-v2-migration, debug-and-troubleshoot).",
4-
"version": "1.56.2",
4+
"version": "1.57.3",
55
"author": {
66
"name": "CopilotKit",
77
"email": "support@copilotkit.ai"

.github/workflows/plugin-skills-check.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,24 @@ on:
2323
- ".claude-plugin/**"
2424
- ".github/workflows/plugin-skills-check.yml"
2525

26+
permissions:
27+
contents: read
28+
29+
concurrency:
30+
group: ${{ github.workflow }}-${{ github.ref }}
31+
cancel-in-progress: true
32+
2633
jobs:
2734
check:
2835
runs-on: ubuntu-latest
2936
steps:
30-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
38+
with:
39+
persist-credentials: false
3140

32-
- uses: pnpm/action-setup@v4
41+
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
3342

34-
- uses: actions/setup-node@v4
43+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3544
with:
3645
node-version: 20
3746
cache: pnpm

0 commit comments

Comments
 (0)