From c67cf340400b03df95587104cdfd2af861ad38a3 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Wed, 19 Oct 2022 11:16:36 +0300 Subject: [PATCH] Update GH Action version (#2646) --- .github/workflows/codestyle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 961d811a51..66f9f33256 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true fetch-depth: 2