From c042aef8320307f068ed82cd69c58592669993eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 02:52:55 +0000 Subject: [PATCH] Bump action-pack/gitlab-sync from 3.04 to 3.05 Bumps [action-pack/gitlab-sync](https://github.com/action-pack/gitlab-sync) from 3.04 to 3.05. - [Release notes](https://github.com/action-pack/gitlab-sync/releases) - [Commits](https://github.com/action-pack/gitlab-sync/compare/v3.04...v3.05) --- updated-dependencies: - dependency-name: action-pack/gitlab-sync dependency-version: '3.05' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/gitlab_sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitlab_sync.yml b/.github/workflows/gitlab_sync.yml index a2322fac..56853a6e 100644 --- a/.github/workflows/gitlab_sync.yml +++ b/.github/workflows/gitlab_sync.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: action-pack/gitlab-sync@v3.04 + - uses: action-pack/gitlab-sync@v3.05 with: # GitLab repo URL url: ${{ secrets.GITLAB_TARGET_URL }}