mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-21 07:31:03 +00:00
build(deps): bump andymckay/cancel-action from 0.3 to 0.4 (#1417)
Bumps [andymckay/cancel-action](https://github.com/andymckay/cancel-action) from 0.3 to 0.4. - [Release notes](https://github.com/andymckay/cancel-action/releases) - [Commits](https://github.com/andymckay/cancel-action/compare/b9280e3f8986d7a8e91c7462efc0fa318010c8b1...271cfbfa11ca9222f7be99a47e8f929574549e0a) --- updated-dependencies: - dependency-name: andymckay/cancel-action dependency-type: direct:production update-type: version-update:semver-minor ... 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:
+11
-11
@@ -47,7 +47,7 @@ jobs:
|
|||||||
args: --all -- --check
|
args: --all -- --check
|
||||||
|
|
||||||
- if: "failure()"
|
- if: "failure()"
|
||||||
uses: "andymckay/cancel-action@b9280e3f8986d7a8e91c7462efc0fa318010c8b1" # v0.3
|
uses: "andymckay/cancel-action@271cfbfa11ca9222f7be99a47e8f929574549e0a" # v0.4
|
||||||
|
|
||||||
machete:
|
machete:
|
||||||
name: "Check unused dependencies"
|
name: "Check unused dependencies"
|
||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
command: machete
|
command: machete
|
||||||
|
|
||||||
- if: "failure()"
|
- if: "failure()"
|
||||||
uses: "andymckay/cancel-action@b9280e3f8986d7a8e91c7462efc0fa318010c8b1" # v0.3
|
uses: "andymckay/cancel-action@271cfbfa11ca9222f7be99a47e8f929574549e0a" # v0.4
|
||||||
|
|
||||||
clippy:
|
clippy:
|
||||||
name: Cargo clippy
|
name: Cargo clippy
|
||||||
@@ -110,7 +110,7 @@ jobs:
|
|||||||
cargo clippy -p subxt --no-default-features --features web,unstable-light-client -- -D warnings
|
cargo clippy -p subxt --no-default-features --features web,unstable-light-client -- -D warnings
|
||||||
|
|
||||||
- if: "failure()"
|
- if: "failure()"
|
||||||
uses: "andymckay/cancel-action@b9280e3f8986d7a8e91c7462efc0fa318010c8b1" # v0.3
|
uses: "andymckay/cancel-action@271cfbfa11ca9222f7be99a47e8f929574549e0a" # v0.4
|
||||||
|
|
||||||
wasm_clippy:
|
wasm_clippy:
|
||||||
name: Cargo clippy (WASM)
|
name: Cargo clippy (WASM)
|
||||||
@@ -141,7 +141,7 @@ jobs:
|
|||||||
args: -p subxt --no-default-features --features web,unstable-light-client,jsonrpsee --target wasm32-unknown-unknown -- -D warnings
|
args: -p subxt --no-default-features --features web,unstable-light-client,jsonrpsee --target wasm32-unknown-unknown -- -D warnings
|
||||||
|
|
||||||
- if: "failure()"
|
- if: "failure()"
|
||||||
uses: "andymckay/cancel-action@b9280e3f8986d7a8e91c7462efc0fa318010c8b1" # v0.3
|
uses: "andymckay/cancel-action@271cfbfa11ca9222f7be99a47e8f929574549e0a" # v0.4
|
||||||
|
|
||||||
check:
|
check:
|
||||||
name: Cargo check
|
name: Cargo check
|
||||||
@@ -203,7 +203,7 @@ jobs:
|
|||||||
run: cargo check --manifest-path examples/parachain-example/Cargo.toml
|
run: cargo check --manifest-path examples/parachain-example/Cargo.toml
|
||||||
|
|
||||||
- if: "failure()"
|
- if: "failure()"
|
||||||
uses: "andymckay/cancel-action@b9280e3f8986d7a8e91c7462efc0fa318010c8b1" # v0.3
|
uses: "andymckay/cancel-action@271cfbfa11ca9222f7be99a47e8f929574549e0a" # v0.4
|
||||||
|
|
||||||
wasm_check:
|
wasm_check:
|
||||||
name: Cargo check (WASM)
|
name: Cargo check (WASM)
|
||||||
@@ -230,7 +230,7 @@ jobs:
|
|||||||
cargo check --manifest-path examples/wasm-example/Cargo.toml --target wasm32-unknown-unknown
|
cargo check --manifest-path examples/wasm-example/Cargo.toml --target wasm32-unknown-unknown
|
||||||
|
|
||||||
- if: "failure()"
|
- if: "failure()"
|
||||||
uses: "andymckay/cancel-action@b9280e3f8986d7a8e91c7462efc0fa318010c8b1" # v0.3
|
uses: "andymckay/cancel-action@271cfbfa11ca9222f7be99a47e8f929574549e0a" # v0.4
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
name: Check documentation and run doc tests
|
name: Check documentation and run doc tests
|
||||||
@@ -263,7 +263,7 @@ jobs:
|
|||||||
args: --doc
|
args: --doc
|
||||||
|
|
||||||
- if: "failure()"
|
- if: "failure()"
|
||||||
uses: "andymckay/cancel-action@b9280e3f8986d7a8e91c7462efc0fa318010c8b1" # v0.3
|
uses: "andymckay/cancel-action@271cfbfa11ca9222f7be99a47e8f929574549e0a" # v0.4
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
name: "Test (Native)"
|
name: "Test (Native)"
|
||||||
@@ -297,7 +297,7 @@ jobs:
|
|||||||
args: run --workspace
|
args: run --workspace
|
||||||
|
|
||||||
- if: "failure()"
|
- if: "failure()"
|
||||||
uses: "andymckay/cancel-action@b9280e3f8986d7a8e91c7462efc0fa318010c8b1" # v0.3
|
uses: "andymckay/cancel-action@271cfbfa11ca9222f7be99a47e8f929574549e0a" # v0.4
|
||||||
|
|
||||||
unstable_backend_tests:
|
unstable_backend_tests:
|
||||||
name: "Test (Unstable Backend)"
|
name: "Test (Unstable Backend)"
|
||||||
@@ -331,7 +331,7 @@ jobs:
|
|||||||
args: run --workspace --features unstable-backend-client
|
args: run --workspace --features unstable-backend-client
|
||||||
|
|
||||||
- if: "failure()"
|
- if: "failure()"
|
||||||
uses: "andymckay/cancel-action@b9280e3f8986d7a8e91c7462efc0fa318010c8b1" # v0.3
|
uses: "andymckay/cancel-action@271cfbfa11ca9222f7be99a47e8f929574549e0a" # v0.4
|
||||||
|
|
||||||
light_client_tests:
|
light_client_tests:
|
||||||
name: "Test (Light Client)"
|
name: "Test (Light Client)"
|
||||||
@@ -362,7 +362,7 @@ jobs:
|
|||||||
args: --release --package integration-tests --features unstable-light-client
|
args: --release --package integration-tests --features unstable-light-client
|
||||||
|
|
||||||
- if: "failure()"
|
- if: "failure()"
|
||||||
uses: "andymckay/cancel-action@b9280e3f8986d7a8e91c7462efc0fa318010c8b1" # v0.3
|
uses: "andymckay/cancel-action@271cfbfa11ca9222f7be99a47e8f929574549e0a" # v0.4
|
||||||
|
|
||||||
wasm_tests:
|
wasm_tests:
|
||||||
name: Test (WASM)
|
name: Test (WASM)
|
||||||
@@ -418,4 +418,4 @@ jobs:
|
|||||||
working-directory: signer/wasm-tests
|
working-directory: signer/wasm-tests
|
||||||
|
|
||||||
- if: "failure()"
|
- if: "failure()"
|
||||||
uses: "andymckay/cancel-action@b9280e3f8986d7a8e91c7462efc0fa318010c8b1" # v0.3
|
uses: "andymckay/cancel-action@271cfbfa11ca9222f7be99a47e8f929574549e0a" # v0.4
|
||||||
|
|||||||
Reference in New Issue
Block a user