Skip to content

Commit 64b749e

Browse files
authored
Merge pull request #167 from orange-cloudfoundry/dependabot/github_actions/styfle/cancel-workflow-action-0.13.0
github-action: bump styfle/cancel-workflow-action from 0.12.1 to 0.13.0
2 parents da6692c + e8c2302 commit 64b749e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-image-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Cancel Previous Runs
46-
uses: styfle/cancel-workflow-action@0.12.1
46+
uses: styfle/cancel-workflow-action@0.13.0
4747
with:
4848
access_token: ${{ secrets.GITHUB_TOKEN }}
4949
- name: Checkout

.github/workflows/lint_on_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Cancel Previous Runs
19-
uses: styfle/cancel-workflow-action@0.12.1
19+
uses: styfle/cancel-workflow-action@0.13.0
2020
with:
2121
access_token: ${{ secrets.GITHUB_TOKEN }}
2222
- name: Checkout Code

0 commit comments

Comments
 (0)