diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72ac7371f..bf856e0af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: dotnet-version: 7.0.x - name: Set up Node.js - uses: actions/setup-node@v6.0.0 + uses: actions/setup-node@v6.1.0 with: node-version: 24.x - name: Build Frontend diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3bb46780e..9ee721a16 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: with: dotnet-version: 7.0.x - name: Set up Node.js - uses: actions/setup-node@v6.0.0 + uses: actions/setup-node@v6.1.0 with: node-version: 24.x - name: Build Frontend