From fb8b1a941754c20e15f0361632c9db974a3daec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 03:34:07 +0000 Subject: [PATCH] build(deps): bump ahmadnassri/action-template-repository-sync Bumps the patch group with 1 update: [ahmadnassri/action-template-repository-sync](https://github.com/ahmadnassri/action-template-repository-sync). Updates `ahmadnassri/action-template-repository-sync` from 2.6.0 to 2.6.3 - [Release notes](https://github.com/ahmadnassri/action-template-repository-sync/releases) - [Changelog](https://github.com/ahmadnassri/action-template-repository-sync/blob/master/.release.json) - [Commits](https://github.com/ahmadnassri/action-template-repository-sync/compare/v2.6.0...v2.6.3) --- updated-dependencies: - dependency-name: ahmadnassri/action-template-repository-sync dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- .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 f3ad24b..164988f 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -16,6 +16,6 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.1 - name: Sync - uses: ahmadnassri/action-template-repository-sync@v2.6.0 + uses: ahmadnassri/action-template-repository-sync@v2.6.3 with: github-token: ${{ secrets.GH_TOKEN }}