Skip to content

Commit 025bf01

Browse files
chore(deps): update styfle/cancel-workflow-action action to v0.12.1
1 parent 4e6747d commit 025bf01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
34-
- uses: styfle/cancel-workflow-action@0.11.0
34+
- uses: styfle/cancel-workflow-action@0.12.1
3535
with:
3636
workflow_id: ci.yml
3737
access_token: ${{ github.token }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
28-
- uses: styfle/cancel-workflow-action@0.11.0
28+
- uses: styfle/cancel-workflow-action@0.12.1
2929
with:
3030
workflow_id: release.yml
3131
access_token: ${{ github.token }}

0 commit comments

Comments
 (0)