Skip to content

Commit

Permalink
build(deps): bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0 (
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 13, 2022
1 parent 6de1d96 commit e2a08f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.10.1
uses: styfle/cancel-workflow-action@0.11.0

- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.10.1
uses: styfle/cancel-workflow-action@0.11.0

- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.10.1
uses: styfle/cancel-workflow-action@0.11.0

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit e2a08f4

Please sign in to comment.