From a47c2066a80840f7369c086bf0257f7a0321ec22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 08:20:00 +0000 Subject: [PATCH] chore(deps): bump ahmadnassri/action-template-repository-sync (#13) Bumps [ahmadnassri/action-template-repository-sync](https://github.com/ahmadnassri/action-template-repository-sync) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/ahmadnassri/action-template-repository-sync/releases) - [Commits](https://github.com/ahmadnassri/action-template-repository-sync/compare/v2.3.1...v2.3.2) --- updated-dependencies: - dependency-name: ahmadnassri/action-template-repository-sync dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 8dab221..04e83f8 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -16,6 +16,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Sync - uses: ahmadnassri/action-template-repository-sync@v2.3.1 + uses: ahmadnassri/action-template-repository-sync@v2.3.2 with: github-token: ${{ secrets.GITHUB_TOKEN }}