From 6d99debd76d75a72fe939b13498e66cfe197003e Mon Sep 17 00:00:00 2001 From: Nikolai Emil Damm Date: Fri, 3 Jul 2026 03:34:26 +0200 Subject: [PATCH] ci: repoint reusable workflows to devantler-tech/actions v8.0.0 Part of devantler-tech/actions#425 (consumer migration off the legacy reusable-workflows repo). Co-Authored-By: Claude Fable 5 --- .github/workflows/release.yaml | 2 +- .github/workflows/todos.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a61cfd9..0fc9722 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,6 +13,6 @@ permissions: jobs: release: - uses: devantler-tech/reusable-workflows/.github/workflows/create-release.yaml@c830916321473ec23bb612e41de963b9b01af897 # v5.6.6 + uses: devantler-tech/actions/.github/workflows/create-release.yaml@061b345a7351b0caf23055caea63ccd08b75e20e # v8.0.0 secrets: APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }} diff --git a/.github/workflows/todos.yaml b/.github/workflows/todos.yaml index 2ac4a9a..12b767b 100644 --- a/.github/workflows/todos.yaml +++ b/.github/workflows/todos.yaml @@ -10,6 +10,6 @@ on: jobs: todos: - uses: devantler-tech/reusable-workflows/.github/workflows/scan-for-todo-comments.yaml@c830916321473ec23bb612e41de963b9b01af897 # v5.6.6 + uses: devantler-tech/actions/.github/workflows/scan-for-todo-comments.yaml@061b345a7351b0caf23055caea63ccd08b75e20e # v8.0.0 secrets: APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}