diff --git a/.github/workflows/build-feature.yml b/.github/workflows/build-feature.yml index cdd8ecf33fb..d971f2aeb91 100644 --- a/.github/workflows/build-feature.yml +++ b/.github/workflows/build-feature.yml @@ -37,7 +37,7 @@ jobs: cache-dependency-path: '**/pom.xml' - name: Set up Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '24' cache: 'npm' diff --git a/.github/workflows/build-main.yml b/.github/workflows/build-main.yml index c722c0a70a2..ae0e481cbc0 100644 --- a/.github/workflows/build-main.yml +++ b/.github/workflows/build-main.yml @@ -24,7 +24,7 @@ jobs: cache-dependency-path: '**/pom.xml' - name: Set up Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '24' cache: 'npm' @@ -67,7 +67,7 @@ jobs: cache-dependency-path: '**/pom.xml' - name: Set up Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '24' cache: 'npm' diff --git a/.github/workflows/deploy-documentation.yml b/.github/workflows/deploy-documentation.yml index 105b5b6ab6e..41d1a236c95 100644 --- a/.github/workflows/deploy-documentation.yml +++ b/.github/workflows/deploy-documentation.yml @@ -34,7 +34,7 @@ jobs: cache-dependency-path: '**/pom.xml' - name: Set up Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '24' cache: 'npm'