From abb0840ae9747b07d9dac9dc338764166ae1114e Mon Sep 17 00:00:00 2001 From: Ilya Date: Thu, 28 Mar 2024 19:02:10 +0100 Subject: [PATCH] Update CI-pipeline.yml --- .github/workflows/CI-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI-pipeline.yml b/.github/workflows/CI-pipeline.yml index cf9eb17..ffa2c99 100644 --- a/.github/workflows/CI-pipeline.yml +++ b/.github/workflows/CI-pipeline.yml @@ -16,10 +16,10 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18