Skip to content

Commit

Permalink
Updated cancel-workflow-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Burzo committed Jan 4, 2024
1 parent 0446522 commit 8edcec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# runs-on: [self-hosted, 'macOS']
# steps:
# - name: Cancel previous runs
# uses: styfle/cancel-workflow-action@0.9.1
# uses: styfle/cancel-workflow-action@0.12.0
# - name: Checkout repo from dev branch
# uses: actions/checkout@v3
# with:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
image: reactnativecommunity/react-native-android
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.12.0
- name: Checkout repo from dev branch
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 8edcec4

Please sign in to comment.