From 45d51ce9367440062f2b291a61d8b40fc5cc0ef1 Mon Sep 17 00:00:00 2001 From: Annie Oelschlager <41480572+aOelschlager@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:30:51 -0500 Subject: [PATCH] change checkout to version 4 (#64) --- .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 38a5306..3503fb5 100644 --- a/.github/workflows/gitlab-mirror.yml +++ b/.github/workflows/gitlab-mirror.yml @@ -9,7 +9,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: