From c3bde51bfa80bf4b4940a47667ac536718152d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 08:18:13 +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.2.0 to 2.3.1. - [Release notes](https://github.com/ahmadnassri/action-template-repository-sync/releases) - [Commits](https://github.com/ahmadnassri/action-template-repository-sync/compare/v2.2.0...v2.3.1) --- 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 e66e634..8dab221 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.2.0 + uses: ahmadnassri/action-template-repository-sync@v2.3.1 with: github-token: ${{ secrets.GITHUB_TOKEN }}