From 75d85e39a1654ebfc0bf018899b835956de37787 Mon Sep 17 00:00:00 2001 From: Boris Kaus <61824822+boriskaus@users.noreply.github.com> Date: Tue, 23 Jan 2024 09:37:13 +0100 Subject: [PATCH] Update gitlab_synchronisation.yml update checkout version --- .github/workflows/gitlab_synchronisation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitlab_synchronisation.yml b/.github/workflows/gitlab_synchronisation.yml index e4d22ce1..81ce1153 100644 --- a/.github/workflows/gitlab_synchronisation.yml +++ b/.github/workflows/gitlab_synchronisation.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest name: Git Repo Sync steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: wangchucheng/git-repo-sync@v0.1.0