Bump styfle/cancel-workflow-action from 0.9.1 to 0.11.0

Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.9.1 to 0.11.0.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
- [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.9.1...0.11.0)

---
updated-dependencies:
- dependency-name: styfle/cancel-workflow-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-12 16:25:41 +00:00
committed by GitHub
parent baaa06b07b
commit 37920cc65f

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Cancel Outdated Builds - name: Cancel Outdated Builds
uses: styfle/cancel-workflow-action@0.9.1 uses: styfle/cancel-workflow-action@0.11.0
with: with:
all_but_latest: true all_but_latest: true
access_token: ${{ github.token }} access_token: ${{ github.token }}