From caa19a30834b5aa5c4bb67f7d303961856607c01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 05:42:58 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.52.2 to 2.52.4 (#9336) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.52.2 to 2.52.4.
Release notes

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

2.52.4

2.52.3

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.52.4] - 2025-05-31

[2.52.3] - 2025-05-30

[2.52.2] - 2025-05-27

[2.52.1] - 2025-05-25

[2.52.0] - 2025-05-22

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=taiki-e/install-action&package-manager=github_actions&previous-version=2.52.2&new-version=2.52.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/_build_artifacts.yml | 2 +- .github/workflows/_rust.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/_build_artifacts.yml b/.github/workflows/_build_artifacts.yml index edb6608d5..3ed1b77ba 100644 --- a/.github/workflows/_build_artifacts.yml +++ b/.github/workflows/_build_artifacts.yml @@ -283,7 +283,7 @@ jobs: key: ${{ runner.os }}-${{ matrix.arch.shortname }}-musl-cross - name: Install dependencies run: ${{ matrix.arch.install_dependencies }} - - uses: taiki-e/install-action@84c20235bedc3797c7e1ddf685c574a4a6c666da # v2.52.2 + - uses: taiki-e/install-action@735e5933943122c5ac182670a935f54a949265c1 # v2.52.4 with: tool: bpf-linker env: diff --git a/.github/workflows/_rust.yml b/.github/workflows/_rust.yml index 547306ef6..605bb2552 100644 --- a/.github/workflows/_rust.yml +++ b/.github/workflows/_rust.yml @@ -31,12 +31,12 @@ jobs: id: setup-rust - uses: ./.github/actions/setup-tauri-v2 timeout-minutes: 10 - - uses: taiki-e/install-action@84c20235bedc3797c7e1ddf685c574a4a6c666da # v2.52.2 + - uses: taiki-e/install-action@735e5933943122c5ac182670a935f54a949265c1 # v2.52.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tool: cargo-udeps,cargo-deny - - uses: taiki-e/install-action@84c20235bedc3797c7e1ddf685c574a4a6c666da # v2.52.2 + - uses: taiki-e/install-action@735e5933943122c5ac182670a935f54a949265c1 # v2.52.4 if: ${{ runner.os == 'Linux' }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -77,12 +77,12 @@ jobs: - uses: ./.github/actions/setup-rust id: setup-rust - uses: ./.github/actions/setup-tauri-v2 - - uses: taiki-e/install-action@84c20235bedc3797c7e1ddf685c574a4a6c666da # v2.52.2 + - uses: taiki-e/install-action@735e5933943122c5ac182670a935f54a949265c1 # v2.52.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tool: ripgrep - - uses: taiki-e/install-action@84c20235bedc3797c7e1ddf685c574a4a6c666da # v2.52.2 + - uses: taiki-e/install-action@735e5933943122c5ac182670a935f54a949265c1 # v2.52.4 if: ${{ runner.os == 'Linux' }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -146,7 +146,7 @@ jobs: - run: pnpm vite build - name: Build client run: cargo build -p firezone-gui-client --all-targets - - uses: taiki-e/install-action@84c20235bedc3797c7e1ddf685c574a4a6c666da # v2.52.2 + - uses: taiki-e/install-action@735e5933943122c5ac182670a935f54a949265c1 # v2.52.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: