From e917c696bc02f285f7e2173cd7cdbb23f7b17c49 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Wed, 8 Feb 2023 17:43:28 +0900 Subject: [PATCH] Updated Github workflow --- .github/workflows/images_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index b5f433bc4..f11d90283 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -40,7 +40,7 @@ jobs: is_default_branch: ${{ steps.branch_info.outputs.is_default_branch }} steps: - name: Checkout repository - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3 with: fetch-depth: 1