From eef86d5daf87258e451eac6ea44192c36303ec09 Mon Sep 17 00:00:00 2001 From: ABC <16929811+abenseny@users.noreply.github.com> Date: Wed, 24 Jun 2026 16:11:07 +1000 Subject: [PATCH] chore: Pin release workflow version --- .github/workflows/on-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-release.yaml b/.github/workflows/on-release.yaml index 074e485..fb03d0b 100644 --- a/.github/workflows/on-release.yaml +++ b/.github/workflows/on-release.yaml @@ -44,7 +44,7 @@ jobs: container: qctrl/ci-images:python-3.11-ci steps: - name: Update docs repo - uses: qctrl/reusable-workflows/.github/actions/docs/update-docs@master + uses: qctrl/reusable-workflows/.github/actions/docs/update-docs@actions/docs/update-docs/v1 with: source_branch: master target_branch: master