From b8c7e9691eba04c404bc58ea8ce2f39671bfd8bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 23:51:34 +0000 Subject: [PATCH] Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.11.0...0.12.0) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/arm-build.yaml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/slither.yml | 2 +- .github/workflows/slow-tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/arm-build.yaml b/.github/workflows/arm-build.yaml index ad20be51..7cfaa126 100644 --- a/.github/workflows/arm-build.yaml +++ b/.github/workflows/arm-build.yaml @@ -23,7 +23,7 @@ jobs: volumes: - github_nix:/nix steps: - - uses: styfle/cancel-workflow-action@0.11.0 + - uses: styfle/cancel-workflow-action@0.12.0 name: Cancel Outdated Builds with: access_token: ${{ github.token }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68c983c9..a745e5fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: volumes: - github_nix:/nix steps: - - uses: styfle/cancel-workflow-action@0.11.0 + - uses: styfle/cancel-workflow-action@0.12.0 name: Cancel Outdated Builds with: access_token: ${{ github.token }} diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index 84dd7264..d3bd16ee 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -11,7 +11,7 @@ jobs: slither: runs-on: ubuntu-latest steps: - - uses: styfle/cancel-workflow-action@0.11.0 + - uses: styfle/cancel-workflow-action@0.12.0 name: Cancel Outdated Builds with: access_token: ${{ github.token }} diff --git a/.github/workflows/slow-tests.yml b/.github/workflows/slow-tests.yml index 7a6ff4d6..7851071e 100644 --- a/.github/workflows/slow-tests.yml +++ b/.github/workflows/slow-tests.yml @@ -19,7 +19,7 @@ jobs: volumes: - github_nix:/nix steps: - - uses: styfle/cancel-workflow-action@0.11.0 + - uses: styfle/cancel-workflow-action@0.12.0 name: Cancel Outdated Builds with: access_token: ${{ github.token }}