diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 261c6d0ee5..74ad0001c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -142,7 +142,7 @@ jobs: - name: "Cache: Local Maven Repository" - uses: actions/cache@v5 + uses: actions/cache@v6 with: # Excluded sub directory not working https://github.com/actions/toolkit/issues/713 path: | @@ -155,7 +155,7 @@ jobs: - name: "Cache: Local Tycho Repository" - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.m2/repository/.cache/tycho diff --git a/.github/workflows/licensecheck.yml b/.github/workflows/licensecheck.yml index 9f3b182ce2..7aab7f6be8 100644 --- a/.github/workflows/licensecheck.yml +++ b/.github/workflows/licensecheck.yml @@ -80,7 +80,7 @@ jobs: with: maven-version: 3.9.16 - name: Cache local Maven repository - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/org.eclipse.wildwebdeveloper.tests/testProjects/angular-app/package.json b/org.eclipse.wildwebdeveloper.tests/testProjects/angular-app/package.json index f714c225d5..19869fe340 100644 --- a/org.eclipse.wildwebdeveloper.tests/testProjects/angular-app/package.json +++ b/org.eclipse.wildwebdeveloper.tests/testProjects/angular-app/package.json @@ -11,7 +11,6 @@ }, "private": true, "dependencies": { - "@angular/animations": "^22.0.0", "@angular/build": "^22.0.0", "@angular/cli": "^22.0.0", "@angular/common": "^22.0.0", @@ -19,7 +18,6 @@ "@angular/core": "^22.0.0", "@angular/forms": "^22.0.0", "@angular/platform-browser": "^22.0.0", - "@angular/platform-browser-dynamic": "^22.0.0", "@angular/router": "^22.0.0", "core-js": "^3.39.0", "rxjs": "~7.8.0",