From 8ae530730607a700d84fcda5bbb3936cb38849c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:10:15 +0000 Subject: [PATCH] chore(deps): update matt-usurp/validate-semver action to v3 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 353008e..d50bd93 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -25,7 +25,7 @@ jobs: - name: Validate Semver id: semver - uses: matt-usurp/validate-semver@v2 + uses: matt-usurp/validate-semver@v3.0.0 with: version: ${{ steps.get_version.outputs.VERSION }}