Skip to content

Commit

Permalink
chore(deps): update andymckay/cancel-action action to v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and NextFire committed Jan 31, 2024
1 parent 200e617 commit 37d0aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/calver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37d0aa9

Please sign in to comment.