diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e027ef8..7e71a95 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,7 +97,7 @@ jobs: fetch-depth: 0 - name: Push to Gitlab mirror - uses: action-pack/gitlab-sync@v2 + uses: action-pack/gitlab-sync@v3 with: url: ${{ secrets.GITLAB_URL }} token: ${{ secrets.GITLAB_TOKEN }}