From d57aa2d4ba90e89fa0c9074409c364143d88c6bf Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:47:25 -0800 Subject: [PATCH] Update gitlab-sync.yml --- .github/workflows/gitlab-sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitlab-sync.yml b/.github/workflows/gitlab-sync.yml index 0eaea557..2983f343 100644 --- a/.github/workflows/gitlab-sync.yml +++ b/.github/workflows/gitlab-sync.yml @@ -9,7 +9,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 @@ -19,4 +19,4 @@ jobs: # Such as wangchucheng target-username: ${{ secrets.GITLAB_USERNAME }} # You can store token in your project's 'Setting > Secrets' and reference the name here. Such as ${{ secrets.ACCESS\_TOKEN }} - target-token: ${{ secrets.GITLAB_ACCESS }} \ No newline at end of file + target-token: ${{ secrets.GITLAB_ACCESS }}