diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13efc63..f219edd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/v') steps: - - uses: nowsprinting/check-version-format-action@v3 + - uses: nowsprinting/check-version-format-action@v4.0.8 id: version with: prefix: 'v' @@ -100,7 +100,7 @@ jobs: runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/v') steps: - - uses: nowsprinting/check-version-format-action@v3 + - uses: nowsprinting/check-version-format-action@v4.0.8 id: version with: prefix: 'v'