From 71f734c6a758ab04c6777a18ff0c44e94ccf8daa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:28: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 7b0dae7..5a525c0 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -26,7 +26,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 }}