From ed8def1da72ecfdf0bc3a753db16a5d43d64a0ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 20:59:32 +0000 Subject: [PATCH] build(ci): 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/template-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template-sync.yml b/.github/workflows/template-sync.yml index 07adb4e..e3c109f 100644 --- a/.github/workflows/template-sync.yml +++ b/.github/workflows/template-sync.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: ahmadnassri/action-template-repository-sync@v2.5.0 + - uses: ahmadnassri/action-template-repository-sync@v2.6.0 with: github-token: ${{ secrets.TEMPLATE_SYNC }} dry-run: false