Skip to content

Commit ccafd55

Browse files
authored
Merge pull request #576 from REditorSupport/dependabot/github_actions/styfle/cancel-workflow-action-0.11.0
Bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0
2 parents 5f59b7b + 3978af2 commit ccafd55

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Cancel Previous Runs
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: styfle/cancel-workflow-action@0.10.1
16+
- uses: styfle/cancel-workflow-action@0.11.0
1717
with:
1818
access_token: ${{ github.token }}
1919

.github/workflows/rcmdcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Cancel Previous Runs
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: styfle/cancel-workflow-action@0.10.1
16+
- uses: styfle/cancel-workflow-action@0.11.0
1717
with:
1818
access_token: ${{ github.token }}
1919

0 commit comments

Comments
 (0)