From b12ab4b388a0d3bcf5904d9dcb3f81c9b935d6ee Mon Sep 17 00:00:00 2001 From: "daniel-renovator[bot]" <190484689+daniel-renovator[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 09:14:32 +0000 Subject: [PATCH] Update nowsprinting/check-version-format-action action to v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13efc63..f219edd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/v') steps: - - uses: nowsprinting/check-version-format-action@v3 + - uses: nowsprinting/check-version-format-action@v4.0.8 id: version with: prefix: 'v' @@ -100,7 +100,7 @@ jobs: runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/v') steps: - - uses: nowsprinting/check-version-format-action@v3 + - uses: nowsprinting/check-version-format-action@v4.0.8 id: version with: prefix: 'v'