From c719982ef3d14cbb715abfde84a40d1b8bba3dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:24:28 +0000 Subject: [PATCH] Bump the github-actions group with 1 update (#3354) --- .github/workflows/get-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get-version.yml b/.github/workflows/get-version.yml index cbb463824..3dab1ce8b 100644 --- a/.github/workflows/get-version.yml +++ b/.github/workflows/get-version.yml @@ -71,6 +71,6 @@ jobs: echo "revNum=${REVCOUNT}" >> $GITHUB_OUTPUT echo "type=${TYPE}" >> $GITHUB_OUTPUT - name: Validate Version - uses: skymatic/semver-validation-action@v2 + uses: skymatic/semver-validation-action@v3 with: version: ${{ steps.versions.outputs.semVerStr }} \ No newline at end of file