Merge pull request #425 from arlyon/feat/connect-token #2
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
153 warnings
format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (blocking)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clippy (blocking):
src/resources.rs#L11
file is loaded as a module multiple times: `src/resources/placeholders.rs`
|
clippy (blocking):
src/client/stripe.rs#L32
docs for function which may panic missing `# Panics` section
|
clippy (blocking):
src/client/stripe.rs#L85
docs for function returning `Result` missing `# Errors` section
|
clippy (blocking):
src/client/stripe.rs#L91
docs for function returning `Result` missing `# Errors` section
|
clippy (blocking):
src/client/stripe.rs#L104
docs for function returning `Result` missing `# Errors` section
|
clippy (blocking):
src/client/stripe.rs#L110
docs for function returning `Result` missing `# Errors` section
|
clippy (blocking):
src/client/stripe.rs#L123
docs for function returning `Result` missing `# Errors` section
|
clippy (blocking):
src/client/stripe.rs#L129
docs for function which may panic missing `# Panics` section
|
clippy (blocking):
src/client/stripe.rs#L129
docs for function returning `Result` missing `# Errors` section
|
clippy (blocking):
src/client/base/tokio_blocking.rs#L33
you should consider adding a `Default` implementation for `TokioBlockingClient`
|
clippy (blocking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (blocking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (blocking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (blocking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (blocking-rustls-webpki)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clippy (blocking-rustls-webpki)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (blocking-rustls-webpki)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (blocking-rustls-webpki)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (blocking-rustls-webpki)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (blocking-rustls-webpki):
src/resources.rs#L11
file is loaded as a module multiple times: `src/resources/placeholders.rs`
|
clippy (blocking-rustls-webpki):
src/client/stripe.rs#L32
docs for function which may panic missing `# Panics` section
|
clippy (blocking-rustls-webpki):
src/client/stripe.rs#L85
docs for function returning `Result` missing `# Errors` section
|
clippy (blocking-rustls-webpki):
src/client/stripe.rs#L91
docs for function returning `Result` missing `# Errors` section
|
clippy (blocking-rustls-webpki):
src/client/stripe.rs#L104
docs for function returning `Result` missing `# Errors` section
|
clippy (blocking-rustls-webpki):
src/client/stripe.rs#L110
docs for function returning `Result` missing `# Errors` section
|
clippy (blocking-rustls-webpki):
src/client/stripe.rs#L123
docs for function returning `Result` missing `# Errors` section
|
clippy (blocking-rustls-webpki):
src/client/stripe.rs#L129
docs for function which may panic missing `# Panics` section
|
clippy (blocking-rustls-webpki):
src/client/stripe.rs#L129
docs for function returning `Result` missing `# Errors` section
|
clippy (blocking-rustls-webpki):
src/client/base/tokio_blocking.rs#L33
you should consider adding a `Default` implementation for `TokioBlockingClient`
|
clippy (tokio-hyper)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clippy (tokio-hyper)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (tokio-hyper)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (tokio-hyper)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (tokio-hyper)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (tokio-hyper):
src/resources.rs#L11
file is loaded as a module multiple times: `src/resources/placeholders.rs`
|
clippy (tokio-hyper):
src/client/stripe.rs#L32
docs for function which may panic missing `# Panics` section
|
clippy (tokio-hyper):
src/client/stripe.rs#L129
docs for function which may panic missing `# Panics` section
|
clippy (tokio-hyper):
src/client/base/tokio.rs#L80
you should consider adding a `Default` implementation for `TokioClient`
|
clippy (tokio-hyper):
src/error.rs#L61
this `impl` can be derived
|
clippy (tokio-hyper):
src/resources/currency.rs#L290
this `impl` can be derived
|
clippy (tokio-hyper):
src/resources/generated/balance_transaction.rs#L88
the borrowed expression implements the required traits
|
clippy (tokio-hyper):
src/resources/generated/charge.rs#L216
the borrowed expression implements the required traits
|
clippy (tokio-hyper):
src/resources/generated/customer.rs#L166
the borrowed expression implements the required traits
|
clippy (tokio-hyper):
src/resources/generated/dispute.rs#L83
the borrowed expression implements the required traits
|
clippy (tokio-hyper-rustls)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clippy (tokio-hyper-rustls)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (tokio-hyper-rustls)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (tokio-hyper-rustls)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (tokio-hyper-rustls)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (tokio-hyper-rustls):
src/resources.rs#L11
file is loaded as a module multiple times: `src/resources/placeholders.rs`
|
clippy (tokio-hyper-rustls):
src/client/stripe.rs#L32
docs for function which may panic missing `# Panics` section
|
clippy (tokio-hyper-rustls):
src/client/stripe.rs#L129
docs for function which may panic missing `# Panics` section
|
clippy (tokio-hyper-rustls):
src/client/base/tokio.rs#L80
you should consider adding a `Default` implementation for `TokioClient`
|
clippy (tokio-hyper-rustls):
src/error.rs#L61
this `impl` can be derived
|
clippy (tokio-hyper-rustls):
src/resources/currency.rs#L290
this `impl` can be derived
|
clippy (tokio-hyper-rustls):
src/resources/generated/balance_transaction.rs#L88
the borrowed expression implements the required traits
|
clippy (tokio-hyper-rustls):
src/resources/generated/charge.rs#L216
the borrowed expression implements the required traits
|
clippy (tokio-hyper-rustls):
src/resources/generated/customer.rs#L166
the borrowed expression implements the required traits
|
clippy (tokio-hyper-rustls):
src/resources/generated/dispute.rs#L83
the borrowed expression implements the required traits
|
verify-codegen
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
verify-codegen
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, tj-actions/glob@v13. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
verify-codegen:
openapi/src/metadata.rs#L7
unused import: `tracing::trace`
|
verify-codegen
`stripe-openapi-codegen` (bin "stripe-openapi-codegen") generated 1 warning (run `cargo fix --bin "stripe-openapi-codegen"` to apply 1 suggestion)
|
verify-codegen
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
verify-codegen
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
verify-codegen
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
verify-codegen
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (async-std-surf)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clippy (async-std-surf)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (async-std-surf)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (async-std-surf)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (async-std-surf)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (async-std-surf):
src/resources.rs#L11
file is loaded as a module multiple times: `src/resources/placeholders.rs`
|
clippy (async-std-surf):
src/client/stripe.rs#L32
docs for function which may panic missing `# Panics` section
|
clippy (async-std-surf):
src/client/stripe.rs#L129
docs for function which may panic missing `# Panics` section
|
clippy (async-std-surf):
src/client/base/async_std.rs#L32
you should consider adding a `Default` implementation for `AsyncStdClient`
|
clippy (async-std-surf):
src/error.rs#L61
this `impl` can be derived
|
clippy (async-std-surf):
src/resources/currency.rs#L290
this `impl` can be derived
|
clippy (async-std-surf):
src/resources/generated/balance_transaction.rs#L88
the borrowed expression implements the required traits
|
clippy (async-std-surf):
src/resources/generated/charge.rs#L216
the borrowed expression implements the required traits
|
clippy (async-std-surf):
src/resources/generated/customer.rs#L166
the borrowed expression implements the required traits
|
clippy (async-std-surf):
src/resources/generated/dispute.rs#L83
the borrowed expression implements the required traits
|
clippy (blocking-rustls)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clippy (blocking-rustls)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (blocking-rustls)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (blocking-rustls)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (blocking-rustls)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (blocking-rustls):
src/resources.rs#L11
file is loaded as a module multiple times: `src/resources/placeholders.rs`
|
clippy (blocking-rustls):
src/client/stripe.rs#L32
docs for function which may panic missing `# Panics` section
|
clippy (blocking-rustls):
src/client/stripe.rs#L85
docs for function returning `Result` missing `# Errors` section
|
clippy (blocking-rustls):
src/client/stripe.rs#L91
docs for function returning `Result` missing `# Errors` section
|
clippy (blocking-rustls):
src/client/stripe.rs#L104
docs for function returning `Result` missing `# Errors` section
|
clippy (blocking-rustls):
src/client/stripe.rs#L110
docs for function returning `Result` missing `# Errors` section
|
clippy (blocking-rustls):
src/client/stripe.rs#L123
docs for function returning `Result` missing `# Errors` section
|
clippy (blocking-rustls):
src/client/stripe.rs#L129
docs for function which may panic missing `# Panics` section
|
clippy (blocking-rustls):
src/client/stripe.rs#L129
docs for function returning `Result` missing `# Errors` section
|
clippy (blocking-rustls):
src/client/base/tokio_blocking.rs#L33
you should consider adding a `Default` implementation for `TokioBlockingClient`
|
clippy (tokio-hyper-rustls-webpki)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clippy (tokio-hyper-rustls-webpki):
src/resources.rs#L11
file is loaded as a module multiple times: `src/resources/placeholders.rs`
|
clippy (tokio-hyper-rustls-webpki):
src/client/stripe.rs#L32
docs for function which may panic missing `# Panics` section
|
clippy (tokio-hyper-rustls-webpki):
src/client/stripe.rs#L129
docs for function which may panic missing `# Panics` section
|
clippy (tokio-hyper-rustls-webpki):
src/client/base/tokio.rs#L80
you should consider adding a `Default` implementation for `TokioClient`
|
clippy (tokio-hyper-rustls-webpki):
src/error.rs#L61
this `impl` can be derived
|
clippy (tokio-hyper-rustls-webpki):
src/resources/currency.rs#L290
this `impl` can be derived
|
clippy (tokio-hyper-rustls-webpki):
src/resources/generated/balance_transaction.rs#L88
the borrowed expression implements the required traits
|
clippy (tokio-hyper-rustls-webpki):
src/resources/generated/charge.rs#L216
the borrowed expression implements the required traits
|
clippy (tokio-hyper-rustls-webpki):
src/resources/generated/customer.rs#L166
the borrowed expression implements the required traits
|
clippy (tokio-hyper-rustls-webpki):
src/resources/generated/dispute.rs#L83
the borrowed expression implements the required traits
|
clippy (tokio-hyper-rustls-webpki)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (tokio-hyper-rustls-webpki)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (tokio-hyper-rustls-webpki)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (tokio-hyper-rustls-webpki)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (blocking-rustls)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (blocking-rustls)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (blocking-rustls)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (blocking-rustls)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (blocking-rustls)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (async-std-surf)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (async-std-surf)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (async-std-surf)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (async-std-surf)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (async-std-surf)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (blocking-rustls-webpki)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (blocking-rustls-webpki)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (blocking-rustls-webpki)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (blocking-rustls-webpki)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (blocking-rustls-webpki)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (blocking)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (blocking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (blocking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (blocking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (blocking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (tokio-hyper-rustls)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (tokio-hyper-rustls)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (tokio-hyper-rustls)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (tokio-hyper-rustls)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (tokio-hyper-rustls)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (tokio-hyper)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (tokio-hyper)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (tokio-hyper)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (tokio-hyper)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (tokio-hyper)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (tokio-hyper-rustls-webpki)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (tokio-hyper-rustls-webpki)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (tokio-hyper-rustls-webpki)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (tokio-hyper-rustls-webpki)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (tokio-hyper-rustls-webpki)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|