Skip to content

Commit 1879822

Browse files
committed
Merge remote-tracking branch 'origin/main' into feature/lsp4j-1
2 parents bb42687 + 4072712 commit 1879822

77 files changed

Lines changed: 9379 additions & 693 deletions

File tree

Some content is hidden

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

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141

142142

143143
- name: "Cache: Local Maven Repository"
144-
uses: actions/cache@v4
144+
uses: actions/cache@v5
145145
with:
146146
# Excluded sub directory not working https://github.com/actions/toolkit/issues/713
147147
path: |
@@ -154,7 +154,7 @@ jobs:
154154

155155

156156
- name: "Cache: Local Tycho Repository"
157-
uses: actions/cache@v4
157+
uses: actions/cache@v5
158158
with:
159159
path: |
160160
~/.m2/repository/.cache/tycho
@@ -214,7 +214,7 @@ jobs:
214214

215215

216216
- name: "Upload: Repository Zip"
217-
uses: actions/upload-artifact@v5
217+
uses: actions/upload-artifact@v6
218218
if: runner.os == 'Linux'
219219
with:
220220
name: org.eclipse.lsp4e.repository-${{matrix.target-platform}}-${{matrix.os}}

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102

103103
- name: "Cache: Local Maven Repository"
104-
uses: actions/cache/restore@v4
104+
uses: actions/cache/restore@v5
105105
if: matrix.language == 'java'
106106
with:
107107
# Excluded sub directory not working https://github.com/actions/toolkit/issues/713
@@ -115,7 +115,7 @@ jobs:
115115

116116

117117
- name: "Cache: Local Tycho Repository"
118-
uses: actions/cache/restore@v4
118+
uses: actions/cache/restore@v5
119119
if: matrix.language == 'java'
120120
with:
121121
path: |

.github/workflows/licensecheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373

7474
- name: "Cache: Local Maven Repository"
75-
uses: actions/cache/restore@v4
75+
uses: actions/cache/restore@v5
7676
with:
7777
# Excluded sub directory not working https://github.com/actions/toolkit/issues/713
7878
path: |
@@ -85,7 +85,7 @@ jobs:
8585

8686

8787
- name: "Cache: Local Tycho Repository"
88-
uses: actions/cache/restore@v4
88+
uses: actions/cache/restore@v5
8989
with:
9090
path: |
9191
~/.m2/repository/.cache/tycho

org.eclipse.lsp4e.debug/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: Debug Adapter client for Eclipse IDE (Incubation)
44
Bundle-SymbolicName: org.eclipse.lsp4e.debug;singleton:=true
55
Bundle-Vendor: Eclipse LSP4E
6-
Bundle-Version: 0.16.2.qualifier
6+
Bundle-Version: 0.17.0.qualifier
77
Bundle-Activator: org.eclipse.lsp4e.debug.DSPPlugin
88
Require-Bundle: org.eclipse.ui,
99
org.eclipse.core.runtime,
799 Bytes
Loading

0 commit comments

Comments
 (0)