We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1435d commit 061d180Copy full SHA for 061d180
1 file changed
.github/workflows/cancel-outdated-workflow-runs.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
timeout-minutes: 3
15
steps:
16
- - uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
+ - uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0
17
with:
18
workflow_id: 'integration-tests.yml,k8s-testing.yml,unit-tests.yml'
19
access_token: ${{ github.token }}
0 commit comments