From b21096bdd4ac6561540d3c70ae5548fd4619049e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 05:08:12 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/auto-deprecate.yml | 2 +- .github/workflows/continuous-delivery.yml | 2 +- .github/workflows/continuous-integration.yml | 6 +++--- .github/workflows/deprecate-on-merge.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/auto-deprecate.yml b/.github/workflows/auto-deprecate.yml index a4b96d3..9208337 100644 --- a/.github/workflows/auto-deprecate.yml +++ b/.github/workflows/auto-deprecate.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout Project uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Use Node.js v16 - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: 18 cache: yarn diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 1685ab7..2cce93a 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -32,7 +32,7 @@ jobs: - name: Add TypeScript problem matcher run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js v16 - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: 18 cache: yarn diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index d4c4597..7bcdc07 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 v16 - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: 18 cache: yarn @@ -33,7 +33,7 @@ jobs: - name: Checkout Project uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Use Node.js v16 - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: 18 cache: yarn @@ -57,7 +57,7 @@ jobs: - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js v16 - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: 18 cache: yarn diff --git a/.github/workflows/deprecate-on-merge.yml b/.github/workflows/deprecate-on-merge.yml index 89fe581..4a905b1 100644 --- a/.github/workflows/deprecate-on-merge.yml +++ b/.github/workflows/deprecate-on-merge.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout Project uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Use Node.js v16 - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: 18 cache: yarn