From 72b25292d278f9efa4c7eb80743717b8dc6d6a62 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 b721dfc44..c300bc07a 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -39,7 +39,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