From f4b51851f73ab30a3e46fcadbfb139425b3edfc2 Mon Sep 17 00:00:00 2001 From: alexeh Date: Thu, 25 Jan 2024 11:15:55 +0300 Subject: [PATCH] WIP update api workflow --- .github/workflows/testing-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing-api.yml b/.github/workflows/testing-api.yml index 935f8cb69f..288d9fb28c 100644 --- a/.github/workflows/testing-api.yml +++ b/.github/workflows/testing-api.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Use Node.js 18.16 uses: actions/setup-node@v3