Skip to content

Commit f637c4e

Browse files
Bump styfle/cancel-workflow-action from 0.8.0 to 0.9.0 (#2780)
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.8.0...89f242e) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d8a6cc commit f637c4e

5 files changed

+5
-5
lines changed

.github/workflows/go-ci-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Cancel Previous Runs
13-
uses: styfle/cancel-workflow-action@0.8.0
13+
uses: styfle/cancel-workflow-action@0.9.0
1414
with:
1515
access_token: ${{ github.token }}
1616
- name: Check out code into the Go module directory

.github/workflows/go-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ${{ matrix.os }}
4848
steps:
4949
- name: Cancel Previous Runs
50-
uses: styfle/cancel-workflow-action@0.8.0
50+
uses: styfle/cancel-workflow-action@0.9.0
5151
with:
5252
access_token: ${{ github.token }}
5353
- name: Set up Go 1.x

.github/workflows/update-docs-index.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Cancel Previous Runs
14-
uses: styfle/cancel-workflow-action@0.8.0
14+
uses: styfle/cancel-workflow-action@0.9.0
1515
with:
1616
access_token: ${{ github.token }}
1717
- name: Checkout project

.github/workflows/update-docs-queries.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Cancel Previous Runs
16-
uses: styfle/cancel-workflow-action@0.8.0
16+
uses: styfle/cancel-workflow-action@0.9.0
1717
with:
1818
access_token: ${{ github.token }}
1919
- uses: actions/checkout@v2

.github/workflows/update-install-script.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Cancel Previous Runs
14-
uses: styfle/cancel-workflow-action@0.8.0
14+
uses: styfle/cancel-workflow-action@0.9.0
1515
with:
1616
access_token: ${{ github.token }}
1717
- name: Checkout project

0 commit comments

Comments
 (0)