Skip to content

Commit 096228d

Browse files
Bump andymckay/cancel-action from 0.3 to 0.4 (#727)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rita Zerrizuela <zeta@widcket.com>
1 parent 277d1fb commit 096228d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457
4343

4444
- name: Cancel wokflow on failure
45-
uses: andymckay/cancel-action@b9280e3f8986d7a8e91c7462efc0fa318010c8b1
45+
uses: andymckay/cancel-action@271cfbfa11ca9222f7be99a47e8f929574549e0a
4646
if: ${{ failure() }}
4747

4848
pod-lint:
@@ -67,7 +67,7 @@ jobs:
6767
run: bundle exec pod lib lint --allow-warnings --fail-fast
6868

6969
- name: Cancel wokflow on failure
70-
uses: andymckay/cancel-action@b9280e3f8986d7a8e91c7462efc0fa318010c8b1
70+
uses: andymckay/cancel-action@271cfbfa11ca9222f7be99a47e8f929574549e0a
7171
if: ${{ failure() }}
7272

7373
swiftlint:
@@ -82,5 +82,5 @@ jobs:
8282
run: swiftlint lint --reporter github-actions-logging
8383

8484
- name: Cancel wokflow on failure
85-
uses: andymckay/cancel-action@b9280e3f8986d7a8e91c7462efc0fa318010c8b1
85+
uses: andymckay/cancel-action@271cfbfa11ca9222f7be99a47e8f929574549e0a
8686
if: ${{ failure() }}

0 commit comments

Comments
 (0)