From f39111a4f2f0d1a161f0d283ed32c25ecbd1c906 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:58:13 +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 3ace74f..aa0e905 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 }}