From 94842bdfcfbbe2812cc48ac5eaa2721b5b50854e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:53:40 +0000 Subject: [PATCH] chore(github-actions): bump AndreasAugustin/actions-template-sync Bumps the github-actions group with 1 update: [AndreasAugustin/actions-template-sync](https://github.com/andreasaugustin/actions-template-sync). Updates `AndreasAugustin/actions-template-sync` from 2.5.3 to 2.6.0 - [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/v2.5.3...v2.6.0) --- updated-dependencies: - dependency-name: AndreasAugustin/actions-template-sync dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/sync-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-template.yml b/.github/workflows/sync-template.yml index cbef382b..595cbb8c 100644 --- a/.github/workflows/sync-template.yml +++ b/.github/workflows/sync-template.yml @@ -31,7 +31,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} persist-credentials: false # needed see #557 and #627 - name: Sync Template Changes - uses: AndreasAugustin/actions-template-sync@v2.5.3 + uses: AndreasAugustin/actions-template-sync@v2.6.0 with: source_gh_token: ${{ secrets.SCORE_APPROVALS_PAT }} target_gh_token: ${{ secrets.SCORE_APPROVALS_PAT}}