Skip to content

Commit ddd1029

Browse files
DASPRiDclaude
andcommitted
fix(ci): bump workflow actions to v6
Upgrades actions/checkout, actions/setup-node, pnpm/action-setup, and cycjimmy/semantic-release-action to their latest major versions. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f8bf715 commit ddd1029

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020

2121
- name: Use pnpm
22-
uses: pnpm/action-setup@v3
22+
uses: pnpm/action-setup@v6
2323

2424
- name: Use Node.js 24.x
25-
uses: actions/setup-node@v4
25+
uses: actions/setup-node@v6
2626
with:
2727
node-version: 24
2828
registry-url: 'https://registry.npmjs.org'
@@ -38,7 +38,7 @@ jobs:
3838
run: pnpm build
3939

4040
- name: Semantic Release
41-
uses: cycjimmy/semantic-release-action@v5
41+
uses: cycjimmy/semantic-release-action@v6
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
id: semantic

0 commit comments

Comments
 (0)