From fe1313910773d33341a6ab306983482fa43b60dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 02:03:50 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v5 --- .github/workflows/continuous-delivery.yml | 2 +- .github/workflows/continuous-integration.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 0908c4b2..ae0d7ec1 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout Project uses: actions/checkout@v5 - name: Use Node.js v20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22 cache: yarn diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 167fbab9..6cc0259c 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@v5 with: node-version: 22 cache: yarn @@ -32,7 +32,7 @@ jobs: - name: Checkout Project uses: actions/checkout@v5 - name: Use Node.js v20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22 cache: yarn @@ -50,7 +50,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@v5 with: node-version: 22 cache: yarn