Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 (#1217)

This commit is contained in:
dependabot[bot]
2023-10-10 21:31:00 -05:00
committed by GitHub
parent 2035fa0431
commit ece49c4265

View File

@@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel running workflows
uses: styfle/cancel-workflow-action@0.11.0
uses: styfle/cancel-workflow-action@0.12.0
with:
access_token: ${{ github.token }}
- name: Checkout repo