From 29c0ce420dba68c9d1ea854f68aa8d5c924bf8be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 16:01:16 +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.5.0 to 2.6.0. - [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.5.0...v2.6.0) --- updated-dependencies: - dependency-name: ahmadnassri/action-template-repository-sync dependency-type: direct:production update-type: version-update:semver-minor ... 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 3e08963..330e1e2 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -16,6 +16,6 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.6 - name: Sync - uses: ahmadnassri/action-template-repository-sync@v2.5.0 + uses: ahmadnassri/action-template-repository-sync@v2.6.0 with: github-token: ${{ secrets.GH_TOKEN }}