chore(deps): bump taiki-e/install-action from 2.83.2 to 2.84.0 - #269
Merged
adamgell merged 1 commit intoJul 25, 2026
Merged
Conversation
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
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps taiki-e/install-action from 2.83.2 to 2.84.0.
Release notes
Sourced from taiki-e/install-action's releases.
Changelog
Sourced from taiki-e/install-action's changelog.
... (truncated)
Commits
a6b2e2dRelease 2.84.0fbdd9c5Update cargo-neat manifest424c5f9Update changeloga1fa02cSupportprotoc-gen-connect-openapi(#1922)9e22773Update DEVELOPMENT.md8d5009fSupport d25193316Updatetombi@latestto 1.2.44c740c7Updatetombi@latestto 1.2.3de240ffUpdatejust@latestto 1.57.0dfca854Updatecargo-semver-checks@latestto 0.49.0Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)