Skip to content

Commit

Permalink
Bump andymckay/cancel-action from 0.2 to 0.3 (#821)
Browse files Browse the repository at this point in the history
Bumps [andymckay/cancel-action](https://github.com/andymckay/cancel-action) from 0.2 to 0.3.
- [Release notes](https://github.com/andymckay/cancel-action/releases)
- [Commits](andymckay/cancel-action@0.2...0.3)

---
updated-dependencies:
- dependency-name: andymckay/cancel-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 15, 2022
1 parent 1a780e5 commit 89defcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
early-access: ${{ matrix.java == env.EA_JVM }}
- name: Cancel if failed
uses: andymckay/cancel-action@0.2
uses: andymckay/cancel-action@0.3
continue-on-error: true
if: failure()

Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
name: ${{ env.ARTIFACT_NAME }}-results
path: ${{ env.ARTIFACT_NAME }}.tar.gz
- name: Cancel if failed
uses: andymckay/cancel-action@0.2
uses: andymckay/cancel-action@0.3
continue-on-error: true
if: failure()

Expand Down

0 comments on commit 89defcf

Please sign in to comment.