From c90ab9371ad0a3c64a9d03a8f58f27483e5c10d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 22:53:03 +0000 Subject: [PATCH] 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/271cfbfa11ca9222f7be99a47e8f929574549e0a...a955d435292c0d409d104b57d8e78435a93a6ef1) --- updated-dependencies: - dependency-name: andymckay/cancel-action dependency-version: '0.5' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0be2e75b..a6332643 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 - name: Cancel wokflow on failure - uses: andymckay/cancel-action@271cfbfa11ca9222f7be99a47e8f929574549e0a + uses: andymckay/cancel-action@a955d435292c0d409d104b57d8e78435a93a6ef1 if: ${{ failure() }} pod-lint: @@ -67,7 +67,7 @@ jobs: run: bundle exec pod lib lint --allow-warnings --fail-fast - name: Cancel wokflow on failure - uses: andymckay/cancel-action@271cfbfa11ca9222f7be99a47e8f929574549e0a + uses: andymckay/cancel-action@a955d435292c0d409d104b57d8e78435a93a6ef1 if: ${{ failure() }} swiftlint: @@ -82,5 +82,5 @@ jobs: run: swiftlint lint --reporter github-actions-logging - name: Cancel wokflow on failure - uses: andymckay/cancel-action@271cfbfa11ca9222f7be99a47e8f929574549e0a + uses: andymckay/cancel-action@a955d435292c0d409d104b57d8e78435a93a6ef1 if: ${{ failure() }}