diff --git a/.github/workflows/create-release-on-tag.yml b/.github/workflows/create-release-on-tag.yml index a3750a09f..c7972a431 100644 --- a/.github/workflows/create-release-on-tag.yml +++ b/.github/workflows/create-release-on-tag.yml @@ -23,7 +23,7 @@ jobs: # Validate/parse version tag. # If it is not a version tag it is ok, we just need to know it. - - uses: nowsprinting/check-version-format-action@v3 + - uses: nowsprinting/check-version-format-action@v4 id: version - uses: actions/checkout@v4