From 51ab1d24c980af864aceff8adbb776179fb319ad Mon Sep 17 00:00:00 2001 From: Bryce Boe Date: Wed, 12 Aug 2026 08:58:42 -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.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot_automerge.yml b/.github/workflows/dependabot_automerge.yml index dea265c..f954b03 100644 --- a/.github/workflows/dependabot_automerge.yml +++ b/.github/workflows/dependabot_automerge.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: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 67e3d86..b418908 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,7 +6,7 @@ jobs: name: Lint workflows permissions: contents: read # required to check out the repository - uses: praw-dev/.github/.github/workflows/lint.yml@ec52651e5b4e1de96c58ed3652e662588fb62dbb # v1.9.0 + uses: praw-dev/.github/.github/workflows/lint.yml@97050199f9773073e4360d798053b7fb342e4c1f # v1.11.0 name: Lint workflows on: pull_request: