From 2b71bc8458c18d81252b8406e015ce02b524943b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 02:03:37 +0000 Subject: [PATCH] chore: Bump andymckay/cancel-action from 0.4 to 0.5 Bumps [andymckay/cancel-action](https://github.com/andymckay/cancel-action) from 0.4 to 0.5. - [Release notes](https://github.com/andymckay/cancel-action/releases) - [Commits](https://github.com/andymckay/cancel-action/compare/0.4...0.5) --- updated-dependencies: - dependency-name: andymckay/cancel-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/test_build_deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ad7d9e64a..e56083ff05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - name: Skip CI if: contains(env.TITLE || env.COMMIT_MESSAGE, '[skip ci]') || contains(env.TITLE || env.COMMIT_MESSAGE, '[ci skip]') - uses: andymckay/cancel-action@0.4 + uses: andymckay/cancel-action@0.5 - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@0.12.1 diff --git a/.github/workflows/test_build_deploy.yml b/.github/workflows/test_build_deploy.yml index 3e8dca44f8..df47ea44c4 100644 --- a/.github/workflows/test_build_deploy.yml +++ b/.github/workflows/test_build_deploy.yml @@ -56,7 +56,7 @@ jobs: - name: Skip CI if: contains(env.TITLE || env.COMMIT_MESSAGE, '[skip ci]') || contains(env.TITLE || env.COMMIT_MESSAGE, '[ci skip]') - uses: andymckay/cancel-action@0.4 + uses: andymckay/cancel-action@0.5 # generates a mapping between branches/tag to wire-build branches - name: Define target branches in wireapp/wire-builds to bump