diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 3abdf849..d0d3697c 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -18,7 +18,7 @@ jobs: - name: Add TypeScript problem matcher run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js v20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 20 cache: yarn diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 841305d4..7ae03e2e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -16,7 +16,7 @@ jobs: - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/eslint.json" - name: Use Node.js v20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 20 cache: yarn @@ -35,7 +35,7 @@ jobs: - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js v20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 20 cache: yarn diff --git a/.github/workflows/static-documentation.yml b/.github/workflows/static-documentation.yml index 40dbbf0e..85d2f422 100644 --- a/.github/workflows/static-documentation.yml +++ b/.github/workflows/static-documentation.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v4 - name: Use Node.js v20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 20 cache: yarn