From 65c80cade50c9101a70d00cf1396d5f2640fe7e8 Mon Sep 17 00:00:00 2001 From: Annie Oelschlager <41480572+aOelschlager@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:14:14 -0500 Subject: [PATCH] change checkout to version 4 --- .github/workflows/gitlab-mirror.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gitlab-mirror.yml b/.github/workflows/gitlab-mirror.yml index 1587e02..8d14490 100644 --- a/.github/workflows/gitlab-mirror.yml +++ b/.github/workflows/gitlab-mirror.yml @@ -10,7 +10,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Mirror + trigger CI uses: SvanBoxel/gitlab-mirror-and-ci-action@master with: