File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout Repository
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717
1818 - name : Setup pnpm
1919 uses : pnpm/action-setup@v4
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout Repository
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717
1818 - name : Setup pnpm
1919 uses : pnpm/action-setup@v4
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : checkout
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717
1818 - name : Publish to MCP Registry
1919 working-directory : packages/mcp-stdio
Original file line number Diff line number Diff line change 2525 os : [ubuntu-latest]
2626 steps :
2727 - name : checkout
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929 with :
3030 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
3131 fetch-depth : 0
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout Repository
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717
1818 - name : Setup pnpm
1919 uses : pnpm/action-setup@v4
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525
You can’t perform that action at this time.
0 commit comments