From 3f7e1eee730ca00118a3354900f4beeadbcef31d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 08:45:42 +0000 Subject: [PATCH] chore(deps): bump ahmadnassri/action-template-repository-sync Bumps [ahmadnassri/action-template-repository-sync](https://github.com/ahmadnassri/action-template-repository-sync) from 2.6.5 to 2.6.7. - [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.5...v2.6.7) --- updated-dependencies: - dependency-name: ahmadnassri/action-template-repository-sync dependency-version: 2.6.7 dependency-type: direct:production update-type: version-update:semver-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 c212695..1b2a98e 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -16,6 +16,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Sync - uses: ahmadnassri/action-template-repository-sync@v2.6.5 + uses: ahmadnassri/action-template-repository-sync@v2.6.7 with: github-token: ${{ secrets.GITHUB_TOKEN }}