From 0416b096a23710cfa3efafd7486f9d1e7a981818 Mon Sep 17 00:00:00 2001 From: Richard van Heuven van Staereling Date: Wed, 17 Jun 2026 12:00:37 +0200 Subject: [PATCH] ci: fix mismatched version comment Apparently, having the "v" or not makes a difference --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e8f454fd..d7bc9f52 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -91,7 +91,7 @@ jobs: run: pnpm run changeset:status - name: ShellCheck - uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.2.0 + uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0 with: # Pin Shellcheck version. Find new versions here: # https://github.com/koalaman/shellcheck/tags