File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Cancel Previous Runs
23- uses : styfle/cancel-workflow-action@0.9.0
23+ uses : styfle/cancel-workflow-action@0.9.1
2424 with :
2525 access_token : ${{ github.token }}
2626 # - name: Run Tests
4545 runs-on : ubuntu-latest
4646 timeout-minutes : 3
4747 steps :
48- - uses : styfle/cancel-workflow-action@0.9.0
48+ - uses : styfle/cancel-workflow-action@0.9.1
4949 with :
5050 workflow_id : 479426
5151 access_token : ${{ github.token }}
7373 cancel:
7474 runs-on: ubuntu-latest
7575 steps:
76- - uses: styfle/cancel-workflow-action@0.9.0
76+ - uses: styfle/cancel-workflow-action@0.9.1
7777 with:
7878 workflow_id: ${{ github.event.workflow.id }}
7979` ` `
9393 timeout-minutes: 3
9494 steps:
9595 - name: Cancel build runs
96- uses: styfle/cancel-workflow-action@0.9.0
96+ uses: styfle/cancel-workflow-action@0.9.1
9797 with:
9898 ignore_sha: true
9999 workflow_id: 479426
@@ -114,7 +114,7 @@ jobs:
114114 runs-on: ubuntu-latest
115115 timeout-minutes: 3
116116 steps:
117- - uses: styfle/cancel-workflow-action@0.9.0
117+ - uses: styfle/cancel-workflow-action@0.9.1
118118 with:
119119 all_but_latest: true
120120 access_token: ${{ github.token }}
@@ -136,7 +136,7 @@ jobs:
136136 actions: write
137137 steps:
138138 - name: Cancel Previous Runs
139- uses: styfle/cancel-workflow-action@0.9.0
139+ uses: styfle/cancel-workflow-action@0.9.1
140140 with:
141141 access_token: ${{ github.token }}
142142` ` `
Original file line number Diff line number Diff line change 11{
22 "name" : " cancel-workflow-action" ,
3- "version" : " 0.9.0 " ,
3+ "version" : " 0.9.1 " ,
44 "main" : " dist/index.js" ,
55 "license" : " MIT" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments