From ac40c125c60373670a42834765a93ea25e6e98f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 10:36:31 +0000 Subject: [PATCH] chore(deps): update snakedoc/yodel digest to 07a3578 --- .github/workflows/workflow.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index ad3cdb1..0f5da0d 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -14,17 +14,17 @@ concurrency: jobs: prettier-format-check: name: Format Check - uses: SnakeDoc/yodel/.github/workflows/prettier-format-check.yaml@93ca9e3f42ce36b864c935d73548f791a12bb584 # main + uses: SnakeDoc/yodel/.github/workflows/prettier-format-check.yaml@07a3578739784c8a94517eabbe907d0793be6025 # main markdown-lint-check: name: Lint Check - uses: SnakeDoc/yodel/.github/workflows/markdown-lint-check.yaml@93ca9e3f42ce36b864c935d73548f791a12bb584 # main + uses: SnakeDoc/yodel/.github/workflows/markdown-lint-check.yaml@07a3578739784c8a94517eabbe907d0793be6025 # main gleam-format-check: name: Format Check - uses: SnakeDoc/yodel/.github/workflows/gleam-format-check.yaml@93ca9e3f42ce36b864c935d73548f791a12bb584 # main + uses: SnakeDoc/yodel/.github/workflows/gleam-format-check.yaml@07a3578739784c8a94517eabbe907d0793be6025 # main gleam-tests: name: Tests needs: [prettier-format-check, markdown-lint-check, gleam-format-check] - uses: SnakeDoc/yodel/.github/workflows/gleam-tests.yaml@93ca9e3f42ce36b864c935d73548f791a12bb584 # main + uses: SnakeDoc/yodel/.github/workflows/gleam-tests.yaml@07a3578739784c8a94517eabbe907d0793be6025 # main