Skip to content

Commit

Permalink
Merge pull request #7 from shBLOCK/dependabot/github_actions/andymcka…
Browse files Browse the repository at this point in the history
…y/cancel-action-0.4

Bump andymckay/cancel-action from 0.3 to 0.4
  • Loading branch information
shBLOCK authored May 14, 2024
2 parents a79526e + eed665b commit 6e9e2db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:

- name: Fail-Fast
if: failure()
uses: andymckay/cancel-action@0.3
uses: andymckay/cancel-action@0.4

binary_dists:
name: Binary Dists
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:

- name: Fail-Fast
if: failure()
uses: andymckay/cancel-action@0.3
uses: andymckay/cancel-action@0.4

github_release:
name: GitHub Release
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:

- name: Fail-Fast
if: failure()
uses: andymckay/cancel-action@0.3
uses: andymckay/cancel-action@0.4

pypi_upload:
name: PyPI Upload
Expand Down Expand Up @@ -283,4 +283,4 @@ jobs:

- name: Fail-Fast
if: failure()
uses: andymckay/cancel-action@0.3
uses: andymckay/cancel-action@0.4

0 comments on commit 6e9e2db

Please sign in to comment.