Skip to content

chore(deps): bump taiki-e/install-action from 2.68.27 to 2.69.3#350

Merged
Slokh merged 2 commits intomainfrom
dependabot/github_actions/taiki-e/install-action-2.69.3
Mar 23, 2026
Merged

chore(deps): bump taiki-e/install-action from 2.68.27 to 2.69.3#350
Slokh merged 2 commits intomainfrom
dependabot/github_actions/taiki-e/install-action-2.69.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps taiki-e/install-action from 2.68.27 to 2.69.3.

Release notes

Sourced from taiki-e/install-action's releases.

2.69.3

  • Update uv@latest to 0.10.12.

  • Update protoc@latest to 3.34.1.

  • Downgrade trivy@latest to 0.69.3. (#1602)

2.69.2

  • Update trivy@latest to 0.69.4.

  • Update syft@latest to 1.42.3.

2.69.1

  • Support cargo-auditable, cargo-cyclonedx, cargo-machete, and knope on AArch64 Linux.

  • Support cargo-nextest on AArch64 Linux (musl).

  • Support coreutils, dprint, and sccache on riscv64 Linux.

  • Support sccache on s390x Linux.

  • Support installing native binary for cargo-audit and wasm-pack on AArch64 macOS. (Previously x86_64 macOS binary is used as fallback.)

  • Support installing native binary for cargo-auditable, cargo-nextest, syft, and taplo on AArch64 Windows. (Previously x86_64 Windows binary is used as fallback.)

2.69.0

2.68.36

  • Update cargo-sort@latest to 2.1.3.

  • Update cargo-nextest@latest to 0.9.131.

2.68.35

  • Update tombi@latest to 0.9.7.

  • Update cargo-sort@latest to 2.1.2.

  • Update uv@latest to 0.10.11.

  • Update just@latest to 1.47.1.

2.68.34

  • Update prek@latest to 0.3.6.

  • Update vacuum@latest to 0.25.2.

... (truncated)

Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

  • Update tombi@latest to 0.9.8.

  • Update parse-dockerfile@latest to 0.1.5.

  • Update parse-changelog@latest to 0.6.16.

  • Update cargo-llvm-cov@latest to 0.8.5.

  • Update wasmtime@latest to 43.0.0.

  • Update cargo-no-dev-deps@latest to 0.2.23.

  • Update cargo-minimal-versions@latest to 0.1.37.

  • Update cargo-hack@latest to 0.6.44.

[2.69.3] - 2026-03-20

  • Update uv@latest to 0.10.12.

  • Update protoc@latest to 3.34.1.

  • Downgrade trivy@latest to 0.69.3.

[2.69.2] - 2026-03-19

  • Update trivy@latest to 0.69.4.

  • Update syft@latest to 1.42.3.

[2.69.1] - 2026-03-19

  • Support cargo-auditable, cargo-cyclonedx, cargo-machete, and knope on AArch64 Linux.

  • Support cargo-nextest on AArch64 Linux (musl).

  • Support coreutils, dprint, and sccache on riscv64 Linux.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.68.27 to 2.69.3.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@5ab5d17...c12d62a)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-version: 2.69.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 20, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 20, 2026

⚠️ Changelog not found.

A changelog entry is required before merging.

Add changelog

@github-actions
Copy link
Contributor

github-actions bot commented Mar 20, 2026

Tempo Lint Results

Summary

Found 338 issue(s) across 32 file(s)

Severity Count
Errors 0
Warnings 338
Hints 0

Issues by Rule Type

no-unwrap-in-lib (315 occurrences)
  • /home/runner/work/wallet/wallet/crates/tempo-request/src/query/sse.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
  • /home/runner/work/wallet/wallet/crates/tempo-request/src/query/sse.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
  • /home/runner/work/wallet/wallet/crates/tempo-request/src/query/sse.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
  • /home/runner/work/wallet/wallet/crates/tempo-test/src/fixture.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
  • /home/runner/work/wallet/wallet/crates/tempo-request/src/http/client.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
  • /home/runner/work/wallet/wallet/crates/tempo-request/src/http/client.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
  • /home/runner/work/wallet/wallet/crates/tempo-request/src/http/client.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
  • /home/runner/work/wallet/wallet/crates/tempo-request/src/http/client.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
  • /home/runner/work/wallet/wallet/crates/tempo-request/src/http/client.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
  • /home/runner/work/wallet/wallet/crates/tempo-request/src/http/client.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.

... and 305 more

no-leading-whitespace-strings (23 occurrences)
  • /home/runner/work/wallet/wallet/crates/tempo-test/src/fixture.rs:1 - String literals should not start with leading whitespace. Found: ' = '
  • /home/runner/work/wallet/wallet/crates/tempo-test/src/fixture.rs:1 - String literals should not start with leading whitespace. Found: ' = '
  • /home/runner/work/wallet/wallet/crates/tempo-test/src/fixture.rs:1 - String literals should not start with leading whitespace. Found: ' = '
  • /home/runner/work/wallet/wallet/crates/tempo-request/src/args.rs:1 - String literals should not start with leading whitespace. Found: ' ('
  • /home/runner/work/wallet/wallet/crates/tempo-request/src/payment/session/streaming.rs:1 - String literals should not start with leading whitespace. Found: ' 42 '
  • /home/runner/work/wallet/wallet/crates/tempo-wallet/src/args.rs:1 - String literals should not start with leading whitespace. Found: ' ('
  • /home/runner/work/wallet/wallet/crates/tempo-common/src/config.rs:1 - String literals should not start with leading whitespace. Found: ' = '
  • /home/runner/work/wallet/wallet/crates/tempo-request/tests/query/payment.rs:1 - String literals should not start with leading whitespace. Found: ' = '
  • /home/runner/work/wallet/wallet/crates/tempo-wallet/src/commands/debug.rs:1 - String literals should not start with leading whitespace. Found: ' ('
  • /home/runner/work/wallet/wallet/crates/tempo-wallet/tests/session/sync.rs:1 - String literals should not start with leading whitespace. Found: ' = '

... and 13 more

Issues by File

View grouped by file

/home/runner/work/wallet/wallet/crates/tempo-request/src/payment/session/streaming.rs (58 issues)

  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • ... and 53 more

/home/runner/work/wallet/wallet/crates/tempo-test/src/mock.rs (46 issues)

  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • ... and 41 more

/home/runner/work/wallet/wallet/crates/tempo-common/src/payment/session/store/storage.rs (38 issues)

  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • ... and 33 more

/home/runner/work/wallet/wallet/crates/tempo-common/src/keys/keystore.rs (32 issues)

  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • ... and 27 more

/home/runner/work/wallet/wallet/crates/tempo-request/src/query/payload.rs (24 issues)

  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • ... and 19 more

/home/runner/work/wallet/wallet/crates/tempo-request/src/http/client.rs (19 issues)

  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • ... and 14 more

/home/runner/work/wallet/wallet/crates/tempo-common/src/payment/session/close/cooperative.rs (18 issues)

  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • ... and 13 more

/home/runner/work/wallet/wallet/crates/tempo-common/src/keys/signer.rs (13 issues)

  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • ... and 8 more

/home/runner/work/wallet/wallet/crates/tempo-request/src/query/challenge.rs (11 issues)

  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • ... and 6 more

/home/runner/work/wallet/wallet/crates/tempo-wallet/tests/session/close.rs (10 issues)

  • Line 1: [warning] no-leading-whitespace-strings
  • Line 1: [warning] no-leading-whitespace-strings
  • Line 1: [warning] no-leading-whitespace-strings
  • Line 1: [warning] no-leading-whitespace-strings
  • Line 1: [warning] no-leading-whitespace-strings
  • ... and 5 more

Showing 10 of 32 files


Posted by https://github.com/tempoxyz/lints

Copy link
Collaborator

@Slokh Slokh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Validated dependency update and CI status; ready to merge.

Copy link
Collaborator

@Slokh Slokh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Dependency update validated and ready to merge.

@Slokh Slokh merged commit cd5e867 into main Mar 23, 2026
10 checks passed
@Slokh Slokh deleted the dependabot/github_actions/taiki-e/install-action-2.69.3 branch March 23, 2026 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant