From 143b256b443069fdd12d3ef5f9d54e87110b7a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 22:52:54 -0500 Subject: [PATCH] Bump a11smiles/GitSync from 1.1.4 to 1.2.3 (#843) Bumps [a11smiles/GitSync](https://github.com/a11smiles/gitsync) from 1.1.4 to 1.2.3. - [Release notes](https://github.com/a11smiles/gitsync/releases) - [Commits](https://github.com/a11smiles/gitsync/compare/v1.1.4...v1.2.3) --- updated-dependencies: - dependency-name: a11smiles/GitSync dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/gh-ado-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-ado-sync.yml b/.github/workflows/gh-ado-sync.yml index e1cb3a705..16e3835b2 100644 --- a/.github/workflows/gh-ado-sync.yml +++ b/.github/workflows/gh-ado-sync.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: GitHub/ADO Sync - uses: a11smiles/GitSync@v1.1.4 + uses: a11smiles/GitSync@v1.2.3 env: ado_token: '${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}' config_file: './.github/actions-config/gh-ado-sync-config.json'