From e701daad77fab041a569708650f702bd223bcaa7 Mon Sep 17 00:00:00 2001 From: Dawid L Jablonski Date: Thu, 30 Mar 2023 15:25:13 +0200 Subject: [PATCH] [ci:force] --- .github/workflows/pull-request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1aa716da1b..282a007d8b 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -196,7 +196,8 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 with: - fetch-depth: 0 # Fetch all history for all tags and branches + fetch-depth: 0 + - uses: ./.github/actions/setup - name: install run: |