From 44b8fb2d7b09ee6c42b2922b2306c46e790cf488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 09:36:01 +0000 Subject: [PATCH] chore(deps): bump ahmadnassri/action-template-repository-sync (#39) Bumps [ahmadnassri/action-template-repository-sync](https://github.com/ahmadnassri/action-template-repository-sync) from 2.4.6 to 2.5.0. - [Release notes](https://github.com/ahmadnassri/action-template-repository-sync/releases) - [Commits](https://github.com/ahmadnassri/action-template-repository-sync/compare/v2.4.6...v2.5.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] 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 366bbfb..4eecd40 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.4.6 + uses: ahmadnassri/action-template-repository-sync@v2.5.0 with: github-token: ${{ secrets.GITHUB_TOKEN }}