Skip to content

Commit c08cd53

Browse files
chore(deps): update styfle/cancel-workflow-action action to v0.12.0 (AndroidIDEOfficial#1516)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0fcb6fe commit c08cd53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if: ${{ github.ref != 'refs/heads/main' }}
4949
steps:
5050
- name: Cancel previous runs
51-
uses: styfle/cancel-workflow-action@0.11.0
51+
uses: styfle/cancel-workflow-action@0.12.0
5252
with:
5353
access_token: ${{ github.token }}
5454
- name: Checkout
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ubuntu-latest
9292
steps:
9393
- name: Cancel previous runs
94-
uses: styfle/cancel-workflow-action@0.11.0
94+
uses: styfle/cancel-workflow-action@0.12.0
9595
with:
9696
access_token: ${{ github.token }}
9797
- name: Checkout

0 commit comments

Comments
 (0)