From 80d114286a8a47020aad2ae04e43a7165c1af4a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 23:37:07 +0000 Subject: [PATCH] Bump ahmadnassri/action-template-repository-sync from 2.3.4 to 2.5.0 Bumps [ahmadnassri/action-template-repository-sync](https://github.com/ahmadnassri/action-template-repository-sync) from 2.3.4 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.3.4...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] --- .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 5ef5a5e..c737581 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -37,6 +37,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Sync - uses: ahmadnassri/action-template-repository-sync@v2.3.4 + uses: ahmadnassri/action-template-repository-sync@v2.5.0 with: github-token: ${{ secrets.GH_TOKEN_PRIVATE_READ }}