Skip to content

Commit 4d05022

Browse files
Merge branch 'main' into tomasz/con-4212
2 parents 8d48060 + 7bc531a commit 4d05022

File tree

298 files changed

+6808
-4484
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

298 files changed

+6808
-4484
lines changed

.github/workflows/auto-fix-failed-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Setup Node.js
9999
if: steps.workflow-details.outputs.has_failed_tests == 'true'
100-
uses: actions/setup-node@v5
100+
uses: actions/setup-node@v6
101101
with:
102102
node-version: "20"
103103

.github/workflows/beta-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
2525

2626
- name: Setup Node.js
27-
uses: actions/setup-node@v5
27+
uses: actions/setup-node@v6
2828
with:
2929
node-version: 20
3030
registry-url: "https://registry.npmjs.org"

.github/workflows/cla.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
path-to-document: "https://github.com/continuedev/continue/blob/main/CLA.md"
2828
branch: cla-signatures
2929
# Bots and CLAs signed outside of GitHub
30-
allowlist: dependabot[bot],fbricon,panyamkeerthana,Jazzcort,owtaylor,halfline,[email protected]
30+
allowlist: dependabot[bot],fbricon,panyamkeerthana,Jazzcort,owtaylor,halfline,[email protected],[email protected]
3131
signed-commit-message: "CLA signed in $pullRequestNo"

.github/workflows/cli-pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v5
2626

2727
- name: Setup Node.js
28-
uses: actions/setup-node@v5
28+
uses: actions/setup-node@v6
2929
with:
3030
node-version: 20
3131
cache: "npm"
@@ -67,7 +67,7 @@ jobs:
6767
uses: actions/checkout@v5
6868

6969
- name: Setup Node.js ${{ matrix.node-version }}
70-
uses: actions/setup-node@v5
70+
uses: actions/setup-node@v6
7171
with:
7272
node-version: ${{ matrix.node-version }}
7373

.github/workflows/compliance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/checkout@v5
105105

106106
- name: Setup Node.js
107-
uses: actions/setup-node@v5
107+
uses: actions/setup-node@v6
108108
with:
109109
node-version-file: ".nvmrc"
110110
cache: "npm"

.github/workflows/continue-general-review.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Continue General Review
33
on:
44
push:
55
branches:
6-
- nate/fix-wf
6+
- main
77
pull_request:
88
types: [opened, ready_for_review]
99
issue_comment:
@@ -25,4 +25,4 @@ jobs:
2525
with:
2626
continue-api-key: ${{ secrets.CONTINUE_API_KEY }}
2727
continue-org: "continuedev"
28-
continue-config: "continuedev/review-bot"
28+
continue-agent: "empty-agent"

.github/workflows/jetbrains-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
153153
# # Setup Node.js
154154
- name: Use Node.js from .nvmrc
155-
uses: actions/setup-node@v5
155+
uses: actions/setup-node@v6
156156
with:
157157
node-version-file: ".nvmrc"
158158

@@ -370,7 +370,7 @@ jobs:
370370

371371
# 2. Install npm dependencies
372372
- name: Use Node.js from .nvmrc
373-
uses: actions/setup-node@v5
373+
uses: actions/setup-node@v6
374374
with:
375375
node-version-file: ".nvmrc"
376376

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
fetch-depth: 0
8888

89-
- uses: actions/setup-node@v5
89+
- uses: actions/setup-node@v6
9090
with:
9191
node-version-file: ".nvmrc"
9292

.github/workflows/pr-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v5
26-
- uses: actions/setup-node@v5
26+
- uses: actions/setup-node@v6
2727
with:
2828
node-version-file: ".nvmrc"
2929

@@ -229,7 +229,7 @@ jobs:
229229
test_file_matrix: ${{ steps.vscode-get-test-file-matrix.outputs.test_file_matrix }}
230230
steps:
231231
- uses: actions/checkout@v5
232-
- uses: actions/setup-node@v5
232+
- uses: actions/setup-node@v6
233233
with:
234234
node-version-file: ".nvmrc"
235235

.github/workflows/preview.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
fetch-depth: 0
7272

73-
- uses: actions/setup-node@v5
73+
- uses: actions/setup-node@v6
7474
with:
7575
node-version-file: ".nvmrc"
7676

@@ -165,7 +165,7 @@ jobs:
165165
166166
# 4. Create PR with version bump
167167
- name: Setup Node.js
168-
uses: actions/setup-node@v5
168+
uses: actions/setup-node@v6
169169
with:
170170
node-version-file: ".nvmrc"
171171

0 commit comments

Comments
 (0)