Skip to content

Commit 7a30e7d

Browse files
authored
Merge pull request #573 from REditorSupport/dependabot/github_actions/styfle/cancel-workflow-action-0.10.1
Bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1
2 parents 9f920e6 + 56156dd commit 7a30e7d

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.0
16+
- uses: styfle/cancel-workflow-action@0.10.1
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.0
16+
- uses: styfle/cancel-workflow-action@0.10.1
1717
with:
1818
access_token: ${{ github.token }}
1919

0 commit comments

Comments
 (0)