From 6e96747a4c14225a74c18d8ace7eb0d7bb1fc542 Mon Sep 17 00:00:00 2001 From: Bryce Boe Date: Wed, 12 Aug 2026 08:58:47 -0700 Subject: [PATCH] Bump praw-dev/.github reusable workflows to v1.11.0 v1.11.0 fixes the reusable lint workflow, whose workflow-level concurrency block made every call fail at startup; actionlint and zizmor have not run in this repository since 2026-06-15. v1.10.0 auto-merges major github-actions bumps and carries newer action pins. --- .github/workflows/dependabot_automerge_caller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot_automerge_caller.yml b/.github/workflows/dependabot_automerge_caller.yml index dea265c..f954b03 100644 --- a/.github/workflows/dependabot_automerge_caller.yml +++ b/.github/workflows/dependabot_automerge_caller.yml @@ -6,7 +6,7 @@ jobs: secrets: APP_ID: ${{ secrets.APP_ID }} APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }} - uses: praw-dev/.github/.github/workflows/dependabot_automerge.yml@ec52651e5b4e1de96c58ed3652e662588fb62dbb # v1.9.0 + uses: praw-dev/.github/.github/workflows/dependabot_automerge.yml@97050199f9773073e4360d798053b7fb342e4c1f # v1.11.0 name: Dependabot automerge on: pull_request: