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 }}