From 4021dff9fb856d4e576a683d895984ddb863b176 Mon Sep 17 00:00:00 2001 From: PonomarevDA Date: Sat, 10 Aug 2024 11:49:29 +0300 Subject: [PATCH] ci: downgrade actions/checkout@v4 to actions/checkout@v3 --- .github/workflows/cubeide_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cubeide_build.yml b/.github/workflows/cubeide_build.yml index b7f73f4..c1ad521 100644 --- a/.github/workflows/cubeide_build.yml +++ b/.github/workflows/cubeide_build.yml @@ -20,7 +20,7 @@ jobs: && apt-get update \ && apt-get install -y git - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 with: path: 'repo' submodules: recursive