From 96e128752e079ee2d1491ee5d7c033f0ca6f3efd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 13:13:18 +0000 Subject: [PATCH] Bump AndreasAugustin/actions-template-sync from 1.1.2 to 1.1.3 Bumps [AndreasAugustin/actions-template-sync](https://github.com/andreasaugustin/actions-template-sync) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/andreasaugustin/actions-template-sync/releases) - [Changelog](https://github.com/AndreasAugustin/actions-template-sync/blob/main/CHANGELOG.md) - [Commits](https://github.com/andreasaugustin/actions-template-sync/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: AndreasAugustin/actions-template-sync dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/project-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/project-template.yml b/.github/workflows/project-template.yml index 150c48f3..bbe19630 100644 --- a/.github/workflows/project-template.yml +++ b/.github/workflows/project-template.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4.0.0 with: token: ${{ steps.orgbot.outputs.token }} - - uses: AndreasAugustin/actions-template-sync@v1.1.2 + - uses: AndreasAugustin/actions-template-sync@v1.1.3 with: upstream_branch: main source_repo_path: smecalculus/bezmen