From 89defcf5030f1b8a383fdcc3a1ac474d20025d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 23:01:45 -0800 Subject: [PATCH] Bump andymckay/cancel-action from 0.2 to 0.3 (#821) 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](https://github.com/andymckay/cancel-action/compare/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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 87eefa0fe0..e7444e56de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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() @@ -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()