Skip to content

chore(deps): Bump taiki-e/install-action from 2.47.25 to 2.48.1#702

Merged
github-actions[bot] merged 1 commit intodevelopfrom
dependabot/github_actions/taiki-e/install-action-2.48.1
Feb 3, 2025
Merged

chore(deps): Bump taiki-e/install-action from 2.47.25 to 2.48.1#702
github-actions[bot] merged 1 commit intodevelopfrom
dependabot/github_actions/taiki-e/install-action-2.48.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps taiki-e/install-action from 2.47.25 to 2.48.1.

Release notes

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

2.48.1

  • Update dprint@latest to 0.49.0.

2.48.0

  • Support parse-dockerfile. (#838)

  • Update release-plz@latest to 0.3.116.

2.47.32

  • Update typos@latest to 1.29.5.

2.47.31

  • Fix checksum error with wash@0.38.0 on macOS. (They rebuilt binaries for some reason.)

2.47.30

  • Support cargo-cyclonedx on x86_64 Linux (musl).

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

  • Update cargo-cyclonedx@latest to 0.5.7.

2.47.29

  • Support cargo-semver-checks on AArch64 Linux.

  • Support cargo-zigbuild on x86_64 macOS.

  • Support installing native binary for mdbook and shellcheck on AArch64 macOS. (Previously x86_64 macOS binary is used as fallback.)

  • Support installing native binary for just and sccache on AArch64 Windows. (Previously x86_64 Windows binary is used as fallback.)

  • Update mdbook@latest to 0.4.44.

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

2.47.28

No change on the install-action itself.

  • Provide install-action-manifest-schema crate to access to the install-action manifests from Rust code. (#657, thanks @​NobodyXu)

    This is being considered for use to speed up cargo-binstall in the future.

2.47.27

  • Update editorconfig-checker@latest to 3.2.0.

  • Update cargo-lambda@latest to 1.6.3.

2.47.26

  • Update wash@latest to 0.38.0.
Changelog

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

[2.48.1] - 2025-02-02

  • Update dprint@latest to 0.49.0.

[2.48.0] - 2025-02-01

  • Support parse-dockerfile. (#838)

  • Update release-plz@latest to 0.3.116.

[2.47.32] - 2025-01-31

  • Update typos@latest to 1.29.5.

[2.47.31] - 2025-01-30

  • Fix checksum error with wash@0.38.0 on macOS. (They rebuilt binaries for some reason.)

[2.47.30] - 2025-01-28

  • Support cargo-cyclonedx on x86_64 Linux (musl).

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

  • Update cargo-cyclonedx@latest to 0.5.7.

[2.47.29] - 2025-01-28

  • Support cargo-semver-checks on AArch64 Linux.

  • Support cargo-zigbuild on x86_64 macOS.

  • Support installing native binary for mdbook and shellcheck on AArch64 macOS. (Previously x86_64 macOS binary is used as fallback.)

  • Support installing native binary for just and sccache on AArch64 Windows. (Previously x86_64 Windows binary is used as fallback.)

  • Update mdbook@latest to 0.4.44.

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

[2.47.28] - 2025-01-28

No change on the install-action itself.

  • Provide install-action-manifest-schema crate to access to the install-action manifests from Rust code. (#657, thanks @​NobodyXu)

    This is being considered for use to speed up cargo-binstall in the future.

[2.47.27] - 2025-01-28

... (truncated)

Commits
  • 510b3ec Release 2.48.1
  • 536c746 Update dprint@latest to 0.49.0
  • 0dfccb3 Release 2.48.0
  • ceb86e3 Update changelog
  • 33d49f6 Add parse-dockerfile
  • 1182afd ci: Update reusable workflows
  • bf0c8c6 Update release-plz@latest to 0.3.116
  • ebb53fb ci: Use taiki-e/github-actions/.github/workflows/test.yml reusable workflow
  • 0b0596d ci: Temporarily disable buggy ubuntu-24.04-arm runner
  • 6583578 Release 2.47.32
  • Additional commits viewable in compare view

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 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 <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.47.25 to 2.48.1.
- [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@v2.47.25...v2.48.1)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  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 Feb 3, 2025
@github-actions github-actions bot enabled auto-merge (squash) February 3, 2025 18:28
@github-actions github-actions bot merged commit 57082bd into develop Feb 3, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/taiki-e/install-action-2.48.1 branch February 3, 2025 18:30
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.

0 participants