From 224b1d180a9a8b62d6bd6b0a19bd49756c243192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 08:54:28 +0000 Subject: [PATCH] chore(github): bump keninkujovic/gitlab-sync from 2.1.0 to 2.1.3 Bumps [keninkujovic/gitlab-sync](https://github.com/keninkujovic/gitlab-sync) from 2.1.0 to 2.1.3. - [Release notes](https://github.com/keninkujovic/gitlab-sync/releases) - [Commits](https://github.com/keninkujovic/gitlab-sync/compare/2.1.0...2.1.3) --- updated-dependencies: - dependency-name: keninkujovic/gitlab-sync dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/sync-to-gitlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-to-gitlab.yml b/.github/workflows/sync-to-gitlab.yml index ea3b74e..79d0e96 100644 --- a/.github/workflows/sync-to-gitlab.yml +++ b/.github/workflows/sync-to-gitlab.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Sync to GitLab - uses: keninkujovic/gitlab-sync@2.1.0 + uses: keninkujovic/gitlab-sync@2.1.3 with: gitlab_url: ${{ secrets.GITLAB_URL }} username: ${{ secrets.USERNAME }}