Skip to content

chore(deps): bump taiki-e/install-action from 2.83.2 to 2.84.0 - #269

Merged
adamgell merged 1 commit into
mainfrom
dependabot/github_actions/taiki-e/install-action-2.84.0
Jul 25, 2026
Merged

adamgell merged 1 commit into
mainfrom
dependabot/github_actions/taiki-e/install-action-2.84.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps taiki-e/install-action from 2.83.2 to 2.84.0.

Release notes

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

2.84.0

  • Support d2. (#1944)

  • Support protoc-gen-connect-openapi. (#1922, thanks @​JasterV)

  • Update convco@latest to 0.7.0. (#1941, thanks @​graelo)

  • Update just@latest to 1.57.0.

  • Update cargo-semver-checks@latest to 0.49.0.

  • Update tombi@latest to 1.2.4.

  • Update cosign@latest to 3.1.2.

2.83.4

  • Update vacuum@latest to 0.29.10.

  • Update uv@latest to 0.11.29.

  • Update syft@latest to 1.48.0.

  • Update prek@latest to 0.4.10.

  • Update mise@latest to 2026.7.7.

  • Update cargo-shear@latest to 1.13.2.

2.83.3

  • Update release-plz@latest to 0.3.160.

  • Update prek@latest to 0.4.9.

  • Update mise@latest to 2026.7.6.

  • Update dprint@latest to 0.55.2.

  • Update cargo-dinghy@latest to 0.8.5.

  • Update cargo-binstall@latest to 1.21.0.

  • Update biome@latest to 2.5.4.

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]

[2.84.0] - 2026-07-20

  • Support d2. (#1944)

  • Support protoc-gen-connect-openapi. (#1922, thanks @​JasterV)

  • Update convco@latest to 0.7.0. (#1941, thanks @​graelo)

  • Update just@latest to 1.57.0.

  • Update cargo-semver-checks@latest to 0.49.0.

  • Update tombi@latest to 1.2.4.

  • Update cosign@latest to 3.1.2.

[2.83.4] - 2026-07-17

  • Update vacuum@latest to 0.29.10.

  • Update uv@latest to 0.11.29.

  • Update syft@latest to 1.48.0.

  • Update prek@latest to 0.4.10.

  • Update mise@latest to 2026.7.7.

  • Update cargo-shear@latest to 1.13.2.

[2.83.3] - 2026-07-16

  • Update release-plz@latest to 0.3.160.

  • Update prek@latest to 0.4.9.

  • Update mise@latest to 2026.7.6.

... (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.83.2 to 2.84.0.
- [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@43aecc8...a6b2e2d)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-version: 2.84.0
  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 Jul 20, 2026
@dependabot
dependabot Bot requested a review from adamgell as a code owner July 20, 2026 23:54
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 20, 2026
@adamgell
adamgell merged commit 23d5a85 into main Jul 25, 2026
6 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/taiki-e/install-action-2.84.0 branch July 25, 2026 00:52
adamgell added a commit that referenced this pull request Jul 25, 2026
…w-ups

Adds an [Unreleased] entry covering #268, #269, #270, #271, #272 and this
branch's own fixes.

Describes the action bumps by what they actually change rather than echoing
dependabot's titles: main was already SHA-pinned to checkout v7.0.0 everywhere
except download-metrics.yml, so "checkout from 4 to 7" is really v7.0.0 ->
v7.0.1 across ten steps. Version claims verified against the merged lockfile.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016nQJNW7RKRuRRfzfdvtQYR
adamgell added a commit that referenced this pull request Jul 25, 2026
…rectory (#274)

* chore(ci): pin download-metrics actions to SHAs and fix dependabot cargo dir

download-metrics.yml was the only workflow still using mutable tag refs
(actions/checkout@v7, actions/setup-node@v7) while every other call site in
the repo is SHA-pinned with a version trailer. It is also the worst place to
keep a floating ref: it runs unattended on cron with `contents: write`, passes
github.token into the collector, and pushes commits to the download-metrics
branch. Pin both to the same SHAs the rest of the repo now uses.

This is also why dependabot titled the recent bumps "from 4 to 7" -- it reports
the lowest version present, and these two floating tags were the only v4 left.

Separately, the cargo ecosystem pointed at /src-tauri, but PR #240 moved the
workspace lockfile to the repo root; there is no src-tauri/Cargo.lock. As a
result dependabot has opened no cargo PRs since the move and the Rust
dependency half never self-heals. Point it at "/".

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016nQJNW7RKRuRRfzfdvtQYR

* chore(deps): align tauri-plugin-dialog Rust half to 2.7.2

PR #272 bumped the npm half of @tauri-apps/plugin-dialog to 2.7.2 while the
Rust half stayed at 2.7.1, since dependabot's cargo ecosystem was pointed at a
directory with no lockfile (fixed in the previous commit).

No functional impact today -- 2.7.2 is an Android-only fix and the npm tarballs
for 2.7.1/2.7.2 differ only in the version field -- but this repo keeps the two
halves aligned by convention, and the frontend suite cannot catch plugin drift
at all (src/test-setup.ts mocks @tauri-apps/plugin-dialog wholesale).

Edited surgically rather than via `cargo update`, which additionally unified
windows-sys to 0.61.2 across ~15 crates and bumped getrandom 0.3.4 -> 0.4.2 --
unrelated churn on the Windows build surface. Dependency sets for 2.7.1/2.7.2
are identical (log's req tightens to ^0.4.21; resolved log is 0.4.29).

Verified: cargo metadata --locked exits 0, cargo check --locked --workspace
passes, and cargo leaves the lockfile untouched at 2 changed lines.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016nQJNW7RKRuRRfzfdvtQYR

* docs(changelog): record the 2026-07-20 dependency batch and pin follow-ups

Adds an [Unreleased] entry covering #268, #269, #270, #271, #272 and this
branch's own fixes.

Describes the action bumps by what they actually change rather than echoing
dependabot's titles: main was already SHA-pinned to checkout v7.0.0 everywhere
except download-metrics.yml, so "checkout from 4 to 7" is really v7.0.0 ->
v7.0.1 across ten steps. Version claims verified against the merged lockfile.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016nQJNW7RKRuRRfzfdvtQYR

---------

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
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