Skip to content

Commit a224b9d

Browse files
gha(deps): bump styfle/cancel-workflow-action from 0.9.1 to 0.10.0 (#8)
1 parent de16bb6 commit a224b9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci.create-react-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-18.04
4040
steps:
4141
- name: Cancel Previous Redundant Builds
42-
uses: styfle/cancel-workflow-action@0.9.1
42+
uses: styfle/cancel-workflow-action@0.10.0
4343
with:
4444
access_token: ${{ github.token }}
4545

Diff for: .github/workflows/print-events-repo-name.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Cancel Previous Workflows
27-
uses: styfle/cancel-workflow-action@0.9.1
27+
uses: styfle/cancel-workflow-action@0.10.0
2828
with:
2929
access_token: ${{ github.token }}
3030

0 commit comments

Comments
 (0)