Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 #20

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading