From 01692f05d4d089f0452cc9c79bc251c07cd5b2e4 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 b4f3ecb2b..725523749 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -38,7 +38,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