From 1c7166ca5e8d40079a149846ad6e949ae6e6aa0f Mon Sep 17 00:00:00 2001 From: alexeh Date: Thu, 25 Jan 2024 11:15:55 +0300 Subject: [PATCH] update api workflow --- .github/workflows/testing-api.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testing-api.yml b/.github/workflows/testing-api.yml index 935f8cb69..4ed6538db 100644 --- a/.github/workflows/testing-api.yml +++ b/.github/workflows/testing-api.yml @@ -38,10 +38,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Use Node.js 18.16 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.16' @@ -86,10 +86,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Node.js 18.16 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.16'