From 2476de02feefdfd0d86ec860a7a30423a412586e Mon Sep 17 00:00:00 2001 From: Annie Oelschlager <41480572+aOelschlager@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:20:51 -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 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: