From 087f73b867512eb972f1b7093fe4dca0ff365f42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 17:55:27 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.47.30 to 2.47.32 (#7973) 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.47.30 to 2.47.32.
Release notes

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

2.47.32

2.47.31

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.47.32] - 2025-01-31

[2.47.31] - 2025-01-30

[2.47.30] - 2025-01-28

[2.47.29] - 2025-01-28

[2.47.28] - 2025-01-28

No change on the install-action itself.

... (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.47.30&new-version=2.47.32)](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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/_build_artifacts.yml b/.github/workflows/_build_artifacts.yml index b5aad4175..69fa7db4c 100644 --- a/.github/workflows/_build_artifacts.yml +++ b/.github/workflows/_build_artifacts.yml @@ -189,7 +189,7 @@ jobs: cache_backend: github # Cache needs to be scoped per OS version and target since cross seems to clobber the cache key: ubuntu-22.04-${{ matrix.arch.target }} - - uses: taiki-e/install-action@afbe5c171504ec183ad2e090b35cac157c65592e # v2.47.30 + - uses: taiki-e/install-action@65835784ace7c5a78745b6dbeb9bf85346430497 # v2.47.32 with: tool: cross env: diff --git a/.github/workflows/_rust.yml b/.github/workflows/_rust.yml index 255e751aa..b62013a86 100644 --- a/.github/workflows/_rust.yml +++ b/.github/workflows/_rust.yml @@ -50,7 +50,7 @@ jobs: id: setup-rust - uses: ./.github/actions/setup-tauri-v2 timeout-minutes: 5 - - uses: taiki-e/install-action@afbe5c171504ec183ad2e090b35cac157c65592e # v2.47.30 + - uses: taiki-e/install-action@65835784ace7c5a78745b6dbeb9bf85346430497 # v2.47.32 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -90,7 +90,7 @@ jobs: - uses: ./.github/actions/setup-rust id: setup-rust - uses: ./.github/actions/setup-tauri-v2 - - uses: taiki-e/install-action@afbe5c171504ec183ad2e090b35cac157c65592e # v2.47.30 + - uses: taiki-e/install-action@65835784ace7c5a78745b6dbeb9bf85346430497 # v2.47.32 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -159,7 +159,7 @@ jobs: run: pnpm vite build - name: Build client run: cargo build -p firezone-gui-client --all-targets - - uses: taiki-e/install-action@afbe5c171504ec183ad2e090b35cac157c65592e # v2.47.30 + - uses: taiki-e/install-action@65835784ace7c5a78745b6dbeb9bf85346430497 # v2.47.32 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: