diff --git a/.github/workflows/calver.yml b/.github/workflows/calver.yml index 5fcff9d..d2a70a3 100644 --- a/.github/workflows/calver.yml +++ b/.github/workflows/calver.yml @@ -24,7 +24,7 @@ jobs: run: | LAST_TAG=$(git tag --sort -v:refname | head -n1) echo NB_COMMITS=$(git rev-list $LAST_TAG..main --count) >> $GITHUB_OUTPUT - - uses: andymckay/cancel-action@0.3 + - uses: andymckay/cancel-action@0.4 if: steps.check.outputs.NB_COMMITS <= 1 - name: Prepare id: prepare