From 12002f2aa553a2390befc97deed62eacf13506c2 Mon Sep 17 00:00:00 2001 From: Daniel Haag <121057143+denialhaag@users.noreply.github.com> Date: Fri, 4 Sep 2026 21:20:22 +0200 Subject: [PATCH] Update templating action to v1.5.0 Assisted-by: GPT-5.6 Sol via Codex --- .github/workflows/templating.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/templating.yml b/.github/workflows/templating.yml index 540e86b1..c250f597 100644 --- a/.github/workflows/templating.yml +++ b/.github/workflows/templating.yml @@ -24,7 +24,7 @@ jobs: private-key: ${{ secrets.APP_PRIVATE_KEY }} permission-contents: write # Needed to push the templating branch permission-pull-requests: write # Needed to open the templating pull request - - uses: munich-quantum-toolkit/templates@f87a5f152d33b64e3cc4fad41c402bf7ce892f5d # v1.4.3 + - uses: munich-quantum-toolkit/templates@8caeb0bd8d0e2ebf906e7c3a826c06f72844a83b # v1.5.0 with: token: ${{ steps.create-token.outputs.token }} name: ProblemSolver