From beb277a7223a879e0238be2754c9f796af750778 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 20:54:18 +0100 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 (#316) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/continuous-integration.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index a05033a8..236f9bd8 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@v3 + uses: actions/setup-node@v4 with: node-version: 20 cache: yarn @@ -34,7 +34,7 @@ jobs: - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js v20 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20 cache: yarn @@ -50,7 +50,7 @@ jobs: - name: Checkout Project uses: actions/checkout@v4 - name: Use Node.js v20 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20 cache: yarn @@ -66,7 +66,7 @@ jobs: - name: Checkout Project uses: actions/checkout@v4 - name: Use Node.js v20 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20 cache: yarn @@ -84,7 +84,7 @@ jobs: with: submodules: true - name: Use Node.js v20 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20 cache: yarn