Skip to content

Commit

Permalink
Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1
Browse files Browse the repository at this point in the history
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](styfle/cancel-workflow-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 25, 2024
1 parent 1a4d85a commit 2496977
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
RUSTFLAGS: "--cfg async_executor_impl=\"async-std\" --cfg async_channel_impl=\"async-std\""
RUST_LOG: info
steps:
- uses: styfle/[email protected].0
- uses: styfle/[email protected].1
name: Cancel Outdated Builds
with:
all_but_latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debug_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: dtolnay/rust-toolchain@stable

- uses: styfle/[email protected].0
- uses: styfle/[email protected].1
name: Cancel Outdated Builds
with:
all_but_latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
RUSTFLAGS: "--cfg async_executor_impl=\"async-std\" --cfg async_channel_impl=\"async-std\""
RUST_LOG: info
steps:
- uses: styfle/[email protected].0
- uses: styfle/[email protected].1
name: Cancel Outdated Builds
with:
all_but_latest: true
Expand Down

0 comments on commit 2496977

Please sign in to comment.