From 7b0a6de043c10a29104e3bafcc5d2893036336b6 Mon Sep 17 00:00:00 2001 From: splincode Date: Tue, 3 Oct 2023 17:53:26 +0300 Subject: [PATCH] ci: upgrade actions --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8ac2af42..b1ef3eb1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,6 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.0 + with: + fetch-depth: 0 - uses: taiga-family/ci/actions/setup/node@1.20.0 - name: prepare integration test