Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 (#34)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-29 09:22:23 +01:00
committed by GitHub
parent e19003ecb7
commit fab61e686b
+3 -3
View File
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Cancel Previous Runs - name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.12.0 uses: styfle/cancel-workflow-action@0.12.1
with: with:
access_token: ${{ github.token }} access_token: ${{ github.token }}
- name: Checkout Sources - name: Checkout Sources
@@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Cancel Previous Runs - name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.12.0 uses: styfle/cancel-workflow-action@0.12.1
with: with:
access_token: ${{ github.token }} access_token: ${{ github.token }}
- name: Checkout Sources - name: Checkout Sources
@@ -85,7 +85,7 @@ jobs:
rv: [stable, beta, nightly] rv: [stable, beta, nightly]
steps: steps:
- name: Cancel Previous Runs - name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.12.0 uses: styfle/cancel-workflow-action@0.12.1
with: with:
access_token: ${{ github.token }} access_token: ${{ github.token }}
- name: Checkout Sources - name: Checkout Sources