From c4f9ffbd900404a32700f8852a5c5b3292793cc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 01:33:50 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/continuous-delivery.yml | 2 +- .github/workflows/continuous-integration.yml | 4 ++-- .github/workflows/static-documentation.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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