Skip to content

Commit 6b5bd97

Browse files
chore: bump styfle/cancel-workflow-action from 0.8.0 to 0.9.0 (coder#267)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8255557 commit 6b5bd97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Cancel Previous Runs
1616
if: github.ref != 'refs/heads/master'
17-
uses: styfle/cancel-workflow-action@0.8.0
17+
uses: styfle/cancel-workflow-action@0.9.0
1818

1919
- name: Checkout
2020
uses: actions/checkout@v2

.github/workflows/preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-20.04
1010
steps:
1111
- name: Cancel Previous Runs
12-
uses: styfle/cancel-workflow-action@0.8.0
12+
uses: styfle/cancel-workflow-action@0.9.0
1313

1414
- name: Checkout m
1515
uses: actions/checkout@v2

0 commit comments

Comments
 (0)